UIAutomation.Wizard.Wizard C# (CSharp) 메소드

Wizard() 공개 메소드

public Wizard ( string name ) : System
name string
리턴 System
        public Wizard(string name)
        {
            Name = name;
            Steps = new List<WizardStep>();
            WizardCollection.Wizards.Add(this);
        }