Esempio n. 1
0
 private void buttonLuu_Click(object sender, EventArgs e)
 {
     try
     {
         string[] info = comboBoxGVCN.Text.Split(':');
         string   maGV = info[0];
         Lbus.UpdateLop(ID, textBoxLop.Text, maGV, comboBoxKhoaHoc.Text);
     }
     catch (Exception ex)
     {
         MessageBox.Show("Không thể lưu thông tin, vui lòng thử lại");
     }
 }