コード例 #1
0
ファイル: Exclude.cs プロジェクト: LuckPumpkin/paperSystem
 public DataTable SelectCourseWithTypeIsNull()
 {
     DSExcludeTableAdapters.ExaminationCourseTableAdapter helper = new DSExcludeTableAdapters.ExaminationCourseTableAdapter();
     return(helper.SelectCourseWithTypeIsNull());
 }