Лаба 3 завершена

This commit is contained in:
Aleksandr4350 2024-04-12 20:01:42 +04:00
parent 535a8b9a9c
commit 7c7c96aec1
2 changed files with 0 additions and 6 deletions

View File

@ -131,7 +131,6 @@
Controls.Add(pictureBoxAiroplane); Controls.Add(pictureBoxAiroplane);
Name = "FormAiroplane"; Name = "FormAiroplane";
Text = "Самолет с радаром"; Text = "Самолет с радаром";
Load += FormAiroplane_Load;
((System.ComponentModel.ISupportInitialize)pictureBoxAiroplane).EndInit(); ((System.ComponentModel.ISupportInitialize)pictureBoxAiroplane).EndInit();
ResumeLayout(false); ResumeLayout(false);
} }

View File

@ -108,11 +108,6 @@ namespace ProjectAiroplane
_strategy = null; _strategy = null;
} }
} }
private void FormAiroplane_Load(object sender, EventArgs e)
{
}
} }
} }