Ejemplo n.º 1
0
 public ErrorLabelPresenter(IErrorLabel view, FSettings settings)
 {
     errorLabelView = view;
     this.settings  = settings;
 }
Ejemplo n.º 2
0
 public ErrorLabelPresenter(IErrorLabel view, FSingUp window)
 {
     errorLabelView = view;
     item           = window;
 }