客户端新增系统配置界面,集中处理系统配置功能,完成信任客户端列表功能,v1.4.7

This commit is contained in:
dathlin
2017-09-24 12:42:45 +08:00
parent 8f779ca4de
commit f5a76a7e43
26 changed files with 940 additions and 74 deletions

View File

@@ -25,6 +25,9 @@ namespace ClientsLibrary
public FormDownloading(int customer,Action<OperateResultString> action)
{
InitializeComponent();
Icon = UserClient.GetFormWindowIcon();
net_cmd = customer;
DealWithResult = action;
DoubleBuffered = true;