示例#1
0
 public LandingStrip()
 {
     InitializeComponent();
     land     = new StudentLanding(this);
     student  = new Student(this);
     admin    = new Admin();
     teacher  = new TeacherLanding(this);
     teacher2 = new Teacher(this);
 }
示例#2
0
 public LandingStrip()
 {
     InitializeComponent();
     //istantiating to this form
     land     = new StudentLanding(this);
     student  = new Student(this);
     admin    = new Admin();
     teacher  = new TeacherLanding(this);
     teacher2 = new Teacher(this);
     teacher3 = new TeacherTest(this);
 }