代码整理,组件窗口移动到项目中,公共库代码新建UserSystem共同静态数据,v1.6.14

This commit is contained in:
dathlin
2017-10-15 16:04:28 +08:00
parent 2a3a0c5f98
commit 5a5aeca134
54 changed files with 2979 additions and 317 deletions

View File

@@ -24,7 +24,7 @@ namespace ClientsLibrary
public FormRegisterAccount(string[] factories)
{
InitializeComponent();
Icon = UserClient.GetFormWindowIcon();
Icon = UserSystem.GetFormWindowIcon();
net_client = UserClient.Net_simplify_client;
Factories = new List<string>(factories);