예제 #1
0
 public GlobalModeSetting(ConfigInitWizardStep returnToStep, bool isPartOfWizard, IConsole console, IFileSystem fileSystem)
     : base(console, fileSystem)
 {
     this.returnToStep = returnToStep;
     this.isPartOfWizard = isPartOfWizard;
 }
예제 #2
0
 public GlobalModeSetting(ConfigInitWizardStep returnToStep, bool isPartOfWizard)
 {
     this.returnToStep = returnToStep;
     this.isPartOfWizard = isPartOfWizard;
 }