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