Beispiel #1
0
 protected FormBase() : base()
 {
     this.View            = new TFormView();
     this._asyncPresenter = new AsyncPresenter();
 }
Beispiel #2
0
 protected ControlBase() : base()
 {
     this._asyncPresenter = new AsyncPresenter();
     this.View            = new TControlView();
 }