Browse Source

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

Hcsy 7 years ago
parent
commit
512379fd25
1 changed files with 1 additions and 0 deletions
  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();
                 }