Browse Source

添加底部DB

章政 8 years ago
parent
commit
f4b86b7789
1 changed files with 1 additions and 0 deletions
  1. 1 0
      UAS-MES/Login.cs

+ 1 - 0
UAS-MES/Login.cs

@@ -91,6 +91,7 @@ namespace UAS_MES
                 default:
                     break;
             }
+            SystemInf.CurrentDB = DB.SelectedValue.ToString().ToUpper();
             //设置屏幕的宽高信息 
             SystemInf.ScreenWidth = Screen.PrimaryScreen.WorkingArea.Width;
             SystemInf.ScreenHeight = Screen.PrimaryScreen.WorkingArea.Height;