Example #1
0
 private void btn_them_Click(object sender, EventArgs e)
 {
     txt_makh.Enabled  = false;
     dgv_khach.Enabled = false;
     clear();
     txt_makh.Text = busKhach.tuTangMK();
     hlh();
     key = 1;
 }