public WizardPluginPages(WizardPlugin wizard)
        {
            // construct list of wizard pages
            pages = new Pages();

            // tasks for current page (to be set for pages with multiple interpedependent pageTasks)
            pageTasks = new PageTasks();

            Wizard = wizard;
        }
예제 #2
0
        public WizardPluginPages(WizardPlugin wizard)
        {
            // construct list of wizard pages
              pages = new Pages();

              // tasks for current page (to be set for pages with multiple interpedependent pageTasks)
              pageTasks = new PageTasks();

              Wizard = wizard;
        }