NaturalGroundingPlayer.SetupWizard.SetupWizard C# (CSharp) 메소드

SetupWizard() 공개 메소드

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