コード例 #1
0
        public ImportCardsPresenter(IImportCardsView view, IMessageBus messageBus, ITrello trello, TaskScheduler taskScheduler)
        {
            this.view = view;
            this.messageBus = messageBus;
            this.trello = trello;
            this.taskScheduler = taskScheduler;
            trelloHelper = new TrelloHelper(trello);

            SetupMessageEventHandlers();
            SetupEventHandlers();
        }
コード例 #2
0
        public ImportCardsPresenter(IImportCardsView view, IMessageBus messageBus, ITrello trello, TaskScheduler taskScheduler)
        {
            this.view          = view;
            this.messageBus    = messageBus;
            this.trello        = trello;
            this.taskScheduler = taskScheduler;
            trelloHelper       = new TrelloHelper(trello);

            SetupMessageEventHandlers();
            SetupEventHandlers();
        }