Example #1
0
 public CSystems()
 {
     publicVehicles = new CPublicVehicles();
     admin          = new CAdmin();
     exams          = new CExams();
     webPanel       = new CWebPanel();
 }
Example #2
0
 public CSystems()
 {
     exams = new CExams();
 }