ARCed.Controls.BattleTestActorPanel.BattleTestActorPanel C# (CSharp) Method

BattleTestActorPanel() public method

public BattleTestActorPanel ( ) : System.Windows.Forms
return System.Windows.Forms
        public BattleTestActorPanel()
        {
            this.InitializeComponent();

            this.comboBoxActor.SelectedIndex = 0;
        }