From 2d2624964800e5045511f34c005d547c090b75bf Mon Sep 17 00:00:00 2001 From: yibo <361071264@qq.com> Date: Sun, 12 Nov 2017 20:04:45 +0800 Subject: [PATCH] =?UTF-8?q?=E8=87=AA=E5=8A=A8=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ButcherManageClient/Login.cs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ButcherManageClient/Login.cs b/ButcherManageClient/Login.cs index 3d6a0af..823d5d5 100644 --- a/ButcherManageClient/Login.cs +++ b/ButcherManageClient/Login.cs @@ -66,7 +66,6 @@ namespace ButcherManageClient ButcherAppContext.Context.UserConfig.Connection = false; } var form = AfterLoginUtil.CreateForm(ButcherAppContext.Context.UserConfig.Role); -// var form = AfterLoginUtil.CreateForm("定级员"); if (form == null) throw new Exception("权限不符"); form.FormClosing += delegate { SubFormClosing(); }; @@ -141,7 +140,7 @@ namespace ButcherManageClient private void Login_Load(object sender, EventArgs e) { - //AutoUpdate(); + AutoUpdate(); } } }