Beispiel #1
0
 public ConverterPresenter(IConverterView view)
 {
     _view = view;
 }
 public ConverterPresenter(IConverterView view)
 {
     _view = view;
 }
 public ConverterPresenter(IConverterView view)
 {
     _view = view;
     _view.SetPresenter(this);
 }
 public ConverterPresenter(IConverterView view)
 {
     _view = view;
     _view.SetPresenter(this);
 }