Пример #1
0
 private void simpleButtonthem_Click(object sender, EventArgs e)
 {
     if (ClassTaiKhoan.KTThemTK(txttaikhoan.Text, txtmatkhau.Text, comboboxmanv.Text) == true)
     {
         tk.ThemTK(txttaikhoan.Text, txtmatkhau.Text, comboboxmanv.Text);
         FormTaiKhoan_LoadData();
     }
 }