客户端新增系统配置界面,集中处理系统配置功能,完成信任客户端列表功能,v1.4.7
This commit is contained in:
@@ -25,6 +25,9 @@ namespace ClientsLibrary
|
||||
public FormDownloading(int customer,Action<OperateResultString> action)
|
||||
{
|
||||
InitializeComponent();
|
||||
|
||||
Icon = UserClient.GetFormWindowIcon();
|
||||
|
||||
net_cmd = customer;
|
||||
DealWithResult = action;
|
||||
DoubleBuffered = true;
|
||||
|
||||
Reference in New Issue
Block a user