Example #1
0
 private void DangNhap_Load(object sender, EventArgs e)
 {
     // Cần sửa
     timer2.Start();
     dnv = new Data_NV();
     pbCheck.Hide();
     lbCheck.Hide();
     if (Properties.Settings.Default.userName != "")
     {
         txtAccount.Text  = Properties.Settings.Default.userName;
         txtPassword.Text = Properties.Settings.Default.passUser;
         this.btnDangNhap_Click(null, null);
     }
 }
Example #2
0
 private void ThongTinNhanVien_Load(object sender, EventArgs e)
 {
     DNV = new Data_NV();
     hienthi();
 }
Example #3
0
 private void QlyTaiKhoanNhanVien_Load(object sender, EventArgs e)
 {
     dnv = new Data_NV();
     hienthi();
 }
 private void LuongNhanVien_Load(object sender, EventArgs e)
 {
     dnv = new Data_NV();
     hienthi();
 }