void SaveSettings(object s, EventArgs e) { wpf.ConfigurationWizard.Wizard w = s as wpf.ConfigurationWizard.Wizard; w.settings.firstStart = false; Settings.Save(settingsFile, w.settings); settings = w.settings; new wpf.MainWindow(settings).Show(); }
public SaveAndClosePage(Wizard wizard) : this() { this.wizard = wizard; }
public WelcomePage(Wizard wizard) : this() { this.wizard = wizard; }