лоиыволуашгрцу

This commit is contained in:
Dariaaaa6 2024-04-11 09:34:16 +04:00
parent 85e47206a8
commit 4947aac3ca
2 changed files with 6 additions and 0 deletions

View File

@ -109,6 +109,7 @@ namespace ProjectStormtrooper
buttonAddStormtrooper.TabIndex = 2;
buttonAddStormtrooper.Text = "Добавление штурмовика";
buttonAddStormtrooper.UseVisualStyleBackColor = true;
buttonAddStormtrooper.Click += buttonAddStormtrooper_Click_1;
//
// buttonAddAirplane
//

View File

@ -155,4 +155,9 @@ public partial class FormAirplaneCollection : Form
{
}
private void buttonAddStormtrooper_Click_1(object sender, EventArgs e)
{
}
}