NaturalGroundingPlayer.SetupWizard.SetupWizard C# (CSharp) Méthode

SetupWizard() public méthode

public SetupWizard ( ) : System
Résultat System
        public SetupWizard() {
            InitializeComponent();
            helper = new WindowHelper(this);
            Player = SessionCore.Instance.GetNewPlayer();
            Player.SetPath();
            Player.AllowClose = true;
        }