浏览代码

Merge branch 'master' of ssh://10.10.100.21/source/mes-client

Hcsy 8 年之前
父节点
当前提交
512379fd25
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      UAS-MES/Login.cs

+ 1 - 0
UAS-MES/Login.cs

@@ -119,6 +119,7 @@ namespace UAS_MES
                     }
                     LogManager.DoLog("登陆成功" + User.UserName + "  " + User.UserAccountType);
                     Main dialog = new Main();
+                    //
                     dialog.ShowDialog();
                     this.Close();
                 }