wangsheng
2022-03-07 89b8562ad1fb3943db3ffb922544afb3ce57e457
1
2
3
4
5
6
7
8
9
10
 
namespace Common
{
  public enum FailedOperation
  {
    PromptOnly,
    HistoryGoBack,
    ErrorMsgOnly,
  }
}