public IUONIzborFoma() { InitializeComponent(); institucijaPrezenter = new InstitucjaPresenter(this); ustanovaPresenter = new UstanovaPresenter(this); oblastPresenter = new OblastPresenter(this); nasokaPresenter = new NasokaPresenter(this); predmetPresenter = new PredmetPresenter(this); }
public DelZaPredmetPoNasokaForm() { InitializeComponent(); institucijaPrezenter = new InstitucjaPresenter(this); ustanovaPresenter = new UstanovaPresenter(this); oblastPresenter = new OblastPresenter(this); nasokaPresenter = new NasokaPresenter(this); predmetPresenter = new PredmetPresenter(this); delPresenter = new DelPresenter(this); }
public UstanovaForm() { InitializeComponent(); ustanovaPresenter = new UstanovaPresenter(this); institucijaPrezenter = new InstitucjaPresenter(this); institucijaPrezenter.pregled8soIzborInstitucii(); ustanovaPresenter.pregled8Ustanovi(); ustanovaPresenter.pregled8soIzborUstanovi(); }
public PredmetiStudent() { this.daliLogin = true; this._korisnikPresenter = new KorisniciPresenter(this); institucijaPresenter = new InstitucjaPresenter(this); ustanovaPresenter = new UstanovaPresenter(this); oblastPresenter = new OblastPresenter(this); nasokaPresenter = new NasokaPresenter(this); pretplataPresenter = new PretplataPredmetPresenter(this); }