RemoveWizardStep() public static method

public static RemoveWizardStep ( RemoveUiaWizardStepCommand cmdlet ) : void
cmdlet RemoveUiaWizardStepCommand
return void
コード例 #1
0
        public override void Execute()
        {
            RemoveUiaWizardStepCommand cmdlet =
                (RemoveUiaWizardStepCommand)Cmdlet;

            WizardHelper.RemoveWizardStep(cmdlet);
        }