Description of WizardHelper.
コード例 #1
0
        public override void Execute()
        {
            GetUiaWizardCommand cmdlet =
                (GetUiaWizardCommand)Cmdlet;

            WizardHelper.GetWizard(cmdlet);
        }
コード例 #2
0
        public override void Execute()
        {
            AddUiaWizardStepCommand cmdlet =
                (AddUiaWizardStepCommand)Cmdlet;

            WizardHelper.AddWizardStep(cmdlet);
        }
コード例 #3
0
        public override void Execute()
        {
            NewUiaWizardCommand cmdlet =
                (NewUiaWizardCommand)Cmdlet;

            WizardHelper.CreateWizard(cmdlet);
        }
コード例 #4
0
        public override void Execute()
        {
            RemoveUiaWizardStepCommand cmdlet =
                (RemoveUiaWizardStepCommand)Cmdlet;

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

            WizardHelper.StepWizardStep(cmdlet);
        }