Доделывание логики формы. Финал
This commit is contained in:
parent
d74a447e56
commit
22373809cd
@ -52,10 +52,6 @@ namespace Stormtrooper
|
||||
/// <param name="e"></param>
|
||||
private void ButtonAddStorm_Click(object sender, EventArgs e)
|
||||
{
|
||||
if (listBoxMaps.SelectedIndex == -1)
|
||||
{
|
||||
return;
|
||||
}
|
||||
var formStormConfig = new FormStormtrooperConfig();
|
||||
formStormConfig.AddEvent(AddStormtrooper);
|
||||
formStormConfig.Show();
|
||||
|
Loading…
x
Reference in New Issue
Block a user