Ejemplo n.º 1
0
        public FormEnrolledYear(FormStudent form)
        {
            Presenter = new EnrolledYearPresenter(this);
            parent    = form;

            LoadItems();
        }
Ejemplo n.º 2
0
 public FormGuardian(FormStudent form)
 {
     Presenter = new GuardianPresenter(this);
     parent = form;
 }
Ejemplo n.º 3
0
 public FormContact(FormStudent emp)
 {
     Presenter = new ContactPresenter(this);
     parent = emp;
 }
Ejemplo n.º 4
0
        public FormEnrolledYear(FormStudent form)
        {
            Presenter = new EnrolledYearPresenter(this);
            parent = form;

            LoadItems();
        }
Ejemplo n.º 5
0
 public FormGuardian(FormStudent form)
 {
     Presenter = new GuardianPresenter(this);
     parent    = form;
 }
Ejemplo n.º 6
0
 public FormContact(FormStudent emp)
 {
     Presenter = new ContactPresenter(this);
     parent    = emp;
 }