コード例 #1
0
 private void DeleteLichTrinh(string MaLichTrinh)
 {
     try
     {
         var context = new ATINChamCongEntities();
         context.spDeleteLichTrinh(MaLichTrinh);
     }
     catch (Exception e)
     {
         MessageBox.Show(e.Message);
     }
 }