Exemplo n.º 1
0
        public LogsPresenter(ILogsView view)
        {
            _view           = view;
            _view.Presenter = this;

            UpdateLogsView();
        }
Exemplo n.º 2
0
 public LogsPresenter(ILogsView view)
 {
     _view = view;
 }