コード例 #1
0
 private void btnLuu_Click(object sender, EventArgs e)
 {
     try
     {
         DSSV.EndCurrentEdit();
         tblSinhVien.GhiBang();
         enabledNutLenh(false);
         capNhat = false;
     }
     catch (Exception ex)
     {
         MessageBox.Show(ex.Message);
     }
 }