Пример #1
0
 public UpgradeSwitch(
     string prefix,
     UpgradeCommand.SwitchOptions switchOption,
     params string[] arguments) : base(prefix, switchOption.GetDescription(), arguments.ToArray())
 {
     this.switchOption = switchOption;
 }
Пример #2
0
 public UpgradeSwitch(
     string prefix,
     UpgradeCommand.SwitchOptions switchOption) : base(prefix, switchOption.GetDescription())
 {
     this.switchOption = switchOption;
 }