Ejemplo n.º 1
0
 private void Btn_XacNhan_Click(object sender, EventArgs e)
 {
     if (tien == 0 || tb_Ban.Text == "")
     {
     }
     else
     {
         hd.CapNhatBan(int.Parse(tb_Ban.Text), mahdtam);
         this.Hide();
         frmNhanVien frm = new frmNhanVien();
         frm.ShowDialog();
         this.Close();
     }
 }