wangsheng
2021-12-01 751731362e5fcf901065c25eaed0319cf7a27cc1
1
2
3
4
5
6
7
8
9
10
 
namespace Common
{
  public enum FailedOperation
  {
    PromptOnly,
    HistoryGoBack,
    ErrorMsgOnly,
  }
}