예제 #1
0
 public frmMosaic(SchoolGrades.DbClasses.Class Class)
 {
     InitializeComponent();
     currentClass    = Class;
     currentStudents = db.GetStudentsOfClassList(Commons.IdSchool,
                                                 currentClass.SchoolYear, currentClass.Abbreviation, false);
 }
예제 #2
0
 public frmMosaic(SchoolGrades.DbClasses.Class Class)
 {
     InitializeComponent();
     db              = new DbAndBusiness(Commons.PathAndFileDatabase);
     currentClass    = Class;
     currentStudents = db.GetStudentsOfClassList(Commons.IdSchool,
                                                 currentClass.SchoolYear, currentClass.Abbreviation, false);
 }