редактировал пробелы
This commit is contained in:
parent
f746d687c9
commit
6676432892
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user