public void LayGT()
 {
     sv = new SinhVien();
     try
     {
         string Masv = "";
         Masv = dsSV1.SinhMaSV();
         sv   = new SinhVien(Masv, txtHoTen.Text, txtGT.Text, dateTimePickerSV.Text, txtQueQuan.Text, txtDV.Text, txtCMND.Text, txtDiem.Text);
     }
     catch { }
 }
예제 #2
0
 public void LayGT()
 {
     sv = new SinhVien();
     try
     {
         string Masv = "";
         if (them == true)
         {
             Masv = dsSV.SinhMaSV();
         }
         else
         {
             Masv = txtMaSV.Text;
         }
         sv = new SinhVien(Masv, txtHoTen.Text, txtGT.Text, dateTimePickerSV.Text, txtQueQuan.Text, txtDV.Text, txtCMND.Text, txtDiem.Text);
     }
     catch { }
 }