public SummaryOfDiscussionWizard(OfficeDocument document)
        {
            InitializeComponent();

            tbcWizardScreens.SelectedIndexChanged += tbcWizardScreens_SelectedIndexChanged;

            //send marketing template to the presenter

            _wizardPresenter    = new SummaryOfDiscussionWizardPresenter(document, this);
            BaseWizardPresenter = _wizardPresenter;
        }
Ejemplo n.º 2
0
        public SummaryOfDiscussionWizard(OfficeDocument document)
        {
            InitializeComponent();

            tbcWizardScreens.SelectedIndexChanged += tbcWizardScreens_SelectedIndexChanged;

            //send marketing template to the presenter

            _wizardPresenter    = new SummaryOfDiscussionWizardPresenter(document, this);
            BaseWizardPresenter = _wizardPresenter;

            //ShouldUpdateTemplate(Settings.Default.TemplateLibraryName, "File Note.docx");
        }