Example #1
0
 private void btn_luu_Click(object sender, EventArgs e)
 {
     if (nd.Luu_Nguoi_Dung(txt_tendangnhap.Text.Trim(), txt_matkhau.Text.Trim(), cbo_loainguoidung.Text.Trim()))
     {
         MessageBox.Show("Lưu thông tin người dùng thành công!");
     }
     else
     {
         MessageBox.Show("Có lỗi trong quá trình lưu!");
     }
     Load_Du_Lieu();
 }