NaturalGroundingPlayer.SetupWizard.SetupWizard C# (CSharp) Method

SetupWizard() public method

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