代码整理,组件窗口移动到项目中,公共库代码新建UserSystem共同静态数据,v1.6.14
This commit is contained in:
@@ -6,6 +6,7 @@ using System.Drawing;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Windows.Forms;
|
||||
using CommonLibrary;
|
||||
|
||||
namespace ClientsLibrary
|
||||
{
|
||||
@@ -20,7 +21,7 @@ namespace ClientsLibrary
|
||||
{
|
||||
InitializeComponent();
|
||||
|
||||
Icon = UserClient.GetFormWindowIcon();
|
||||
Icon = UserSystem.GetFormWindowIcon();
|
||||
Info = info;
|
||||
DefaultValue = defaultValue;
|
||||
Title = title;
|
||||
|
||||
Reference in New Issue
Block a user