Beispiel #1
0
 /// <summary>
 /// 初始化
 /// </summary>
 /// <param name="sender"></param>
 /// <param name="e"></param>
 private void Login_Load(object sender, EventArgs e)
 {
     txt_no.Text       = ServiceConfig.GetConfig(ServiceConfigType.UserNo);
     txt_pwd.Text      = ServiceConfig.GetConfig(ServiceConfigType.UserPwd);
     btn_login.Enabled = false;
     //
     LoadCode();
 }