private void buttonLaunchCombatControl_Click(object sender, EventArgs e) { var combatControl = new CombatControl(); combatControl.Show(); }