ARCed.Controls.BattleTestActorPanel.BattleTestActorPanel C# (CSharp) Метод

BattleTestActorPanel() публичный Метод

public BattleTestActorPanel ( ) : System.Windows.Forms
Результат System.Windows.Forms
        public BattleTestActorPanel()
        {
            this.InitializeComponent();

            this.comboBoxActor.SelectedIndex = 0;
        }