예제 #1
0
 public ImportWizardForm()
 {
   eX4XcIhHpDXt70u2x3N.k8isAcYzkUOGF();
   // ISSUE: explicit constructor call
   base.\u002Ector();
   this.JJvlgLp6AB();
   this.sTnli5yEeE = new WizardPage[3]
   {
     (WizardPage) new FilePage(),
     (WizardPage) new TemplatePage(),
     (WizardPage) new ImportPage()
   };
   this.WWml9RPrxc = -1;
   ImportSettings settings = new ImportSettings();
   foreach (WizardPage wizardPage in this.sTnli5yEeE)
   {
     wizardPage.SetSettings(settings);
     wizardPage.ButtonEnabledChanged += new EventHandler(this.X8klnxJNy1);
   }
   this.CI5lMjAEWw(1);
 }
예제 #2
0
파일: WizardPage.cs 프로젝트: heber/FreeOQ
 public void SetSettings(ImportSettings settings)
 {
   this.settings = settings;
 }
예제 #3
0
 public void SetSettings(ImportSettings settings)
 {
     this.settings = settings;
 }