Beispiel #1
0
 private void m_cmd_them_Click(object sender, EventArgs e)
 {
     try
     {
         f101_DM_SINH_VIEN_DE v_f101 = new f101_DM_SINH_VIEN_DE();
         v_f101.ShowDialog();
         load_data_2_grid();
     }
     catch
     {
         MessageBox.Show("Đã xảy ra lỗi trong hệ thống!");
     }
 }
Beispiel #2
0
 private void m_cmd_them_Click(object sender, EventArgs e)
 {
     try
     {
         f101_DM_SINH_VIEN_DE v_f101 = new f101_DM_SINH_VIEN_DE();
         v_f101.ShowDialog();
         load_data_2_grid();
     }
     catch
     {
         MessageBox.Show("Đã xảy ra lỗi trong hệ thống!");
     }
 }