| | |
| | | public string UserName = string.Empty;
|
| | | }
|
| | |
|
| | | /// <summary>
|
| | | /// 昵称信息
|
| | | /// </summary>
|
| | | public class NicknameInfo
|
| | | {
|
| | | /// <summary>
|
| | | /// 昵称
|
| | | /// </summary>
|
| | | public string nickname = string.Empty;
|
| | | }
|
| | |
|
| | | #endregion
|
| | |
|
| | | #region ■ 成员信息类__________________________
|
| | |
| | | /// AccountType
|
| | | /// </summary> |
| | | public int AccountType = 0;
|
| | | /// <summary>
|
| | | /// 是否拥有远程控制权限
|
| | | /// </summary>
|
| | | public bool IsAllowRemoteCtrl = false;
|
| | | }
|
| | |
|
| | | /// <summary>
|
| | |
| | | public string MsgTime = string.Empty;
|
| | | }
|
| | | #endregion
|
| | |
|
| | | #region ■ 隐匿功能类__________________________
|
| | |
|
| | | /// <summary>
|
| | | /// 隐匿功能
|
| | | /// </summary>
|
| | | public class HideOptionInfo
|
| | | {
|
| | | /// <summary>
|
| | | /// 是否显示主页隐藏菜单(Debug用): 1 -> 显示
|
| | | /// </summary>
|
| | | public int CenterHideMenu = 0;
|
| | | /// <summary>
|
| | | /// 是否出力详细Log 1 -> 出力
|
| | | /// </summary>
|
| | | public int DetailedLog = 0;
|
| | | }
|
| | | #endregion
|
| | | }
|