예제 #1
0
        public FormEnrolledYear(FormStudent form)
        {
            Presenter = new EnrolledYearPresenter(this);
            parent    = form;

            LoadItems();
        }
예제 #2
0
 public FormGuardian(FormStudent form)
 {
     Presenter = new GuardianPresenter(this);
     parent = form;
 }
예제 #3
0
 public FormContact(FormStudent emp)
 {
     Presenter = new ContactPresenter(this);
     parent = emp;
 }
예제 #4
0
        public FormEnrolledYear(FormStudent form)
        {
            Presenter = new EnrolledYearPresenter(this);
            parent = form;

            LoadItems();
        }
예제 #5
0
 public FormGuardian(FormStudent form)
 {
     Presenter = new GuardianPresenter(this);
     parent    = form;
 }
예제 #6
0
 public FormContact(FormStudent emp)
 {
     Presenter = new ContactPresenter(this);
     parent    = emp;
 }