namespace PBS.Desktop { /// /// 登录状态 /// public enum eLoginStatus { /// /// 取消 /// Cancel = 0, /// /// 确定 /// OK = 1, } }