редактировал пробелы

This commit is contained in:
Alkin Ivan 2024-04-08 23:41:01 +04:00
parent f746d687c9
commit 6676432892

View File

@ -37,6 +37,11 @@ public partial class FormAirBomber : Form
pictureBoxAirBomber.Image = bpm;
}
/// <summary>
/// Ñîçäàíèå îáúåêòà
/// </summary>
/// <param name="type"></param>
private void CreateObject(string type)
{
Random random = new();
@ -109,6 +114,7 @@ public partial class FormAirBomber : Form
}
}
private void buttonStrategyStep_Click(object sender, EventArgs e)
{
if (_drawningAirPlane == null)