Description of WizardHelper.
Beispiel #1
0
        public override void Execute()
        {
            GetUiaWizardCommand cmdlet =
                (GetUiaWizardCommand)Cmdlet;

            WizardHelper.GetWizard(cmdlet);
        }
Beispiel #2
0
        public override void Execute()
        {
            AddUiaWizardStepCommand cmdlet =
                (AddUiaWizardStepCommand)Cmdlet;

            WizardHelper.AddWizardStep(cmdlet);
        }
Beispiel #3
0
        public override void Execute()
        {
            NewUiaWizardCommand cmdlet =
                (NewUiaWizardCommand)Cmdlet;

            WizardHelper.CreateWizard(cmdlet);
        }
Beispiel #4
0
        public override void Execute()
        {
            RemoveUiaWizardStepCommand cmdlet =
                (RemoveUiaWizardStepCommand)Cmdlet;

            WizardHelper.RemoveWizardStep(cmdlet);
        }
Beispiel #5
0
        public override void Execute()
        {
            var cmdlet = (StepUiaWizardCommand)Cmdlet;

            WizardHelper.StepWizardStep(cmdlet);
        }