private void ConnectionCompleted() { _mainPresenter = new MainPresenter(new MainControl(), ShowVideoControl); LoadMainView(_mainPresenter.GetView()); _mainPresenter.Run(); }
public async Task Run(CancellationToken cancellationToken) { cancellationToken.ThrowIfCancellationRequested(); await mainPresenter.Run(cancellationToken); }