예제 #1
0
        private void Load()
        {
            bool flag = new PA.Helper.DataBase.StartUpInit().Init();

            if (flag)
            {
                InitComboBox();
                this.TextBox_登陆用户名.Focus();
            }
            else
            {
                this.Button_Close_Click(this, null);
            }
        }
예제 #2
0
 private void Load()
 {
     bool flag = new PA.Helper.DataBase.StartUpInit().Init();
     if (flag)
     {
         InitComboBox();
         this.TextBox_登陆用户名.Focus();
     }
     else
     {
         this.Button_Close_Click(this, null);
     }
 }