| | |
| | | /// 画面打开时,会自动追击,画面关闭时,自动移除。 |
| | | /// Key:画面的ID,列如:UserMainForm |
| | | /// </summary> |
| | | public static Dictionary<string, CommonFormBase> DicActionForm = new Dictionary<string, CommonFormBase>();
|
| | | /// <summary>
|
| | | /// 成员列表的信息
|
| | | /// </summary> |
| | | public static List<MemberInfoRes> ListMemberInfo = new List<MemberInfoRes>(); |
| | | public static Dictionary<string, CommonFormBase> DicActionForm = new Dictionary<string, CommonFormBase>(); |
| | | /// <summary>
|
| | | /// 当前正在操作的画面ID(此变量对临时断网时,非常重要,没人会懂它为何要存在)
|
| | | /// </summary> |
| | |
| | | /// 文件加密秘钥
|
| | | /// </summary> |
| | | public const string FileEncryptKey = "4^Olh_3f"; |
| | | /// <summary> |
| | | /// 单斜杠的转义字符 |
| | | /// </summary> |
| | | public const string slash = "\\"; |
| | | /// <summary> |
| | | /// 双引号的转义字符 |
| | | /// </summary> |
| | | public const string douMarks = "\""; |
| | | } |
| | | } |