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