Beispiel #1
0
 public UserFormPresenter(IUserFormView view)
 {
     _view = view;
 }
 public UserView(IUserFormView v)
 {
     this.v   = v;
     controls = v.getFormObjects();
 }