From 7c7c96aec185d3fdb76211e1e28cd7f3e78b8895 Mon Sep 17 00:00:00 2001 From: Aleksandr4350 Date: Fri, 12 Apr 2024 20:01:42 +0400 Subject: [PATCH] =?UTF-8?q?=D0=9B=D0=B0=D0=B1=D0=B0=203=20=D0=B7=D0=B0?= =?UTF-8?q?=D0=B2=D0=B5=D1=80=D1=88=D0=B5=D0=BD=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ProjectSportCar/ProjectSportCar/FormAiroplane.Designer.cs | 1 - ProjectSportCar/ProjectSportCar/FormAiroplane.cs | 5 ----- 2 files changed, 6 deletions(-) diff --git a/ProjectSportCar/ProjectSportCar/FormAiroplane.Designer.cs b/ProjectSportCar/ProjectSportCar/FormAiroplane.Designer.cs index 5d99b7b..cc99979 100644 --- a/ProjectSportCar/ProjectSportCar/FormAiroplane.Designer.cs +++ b/ProjectSportCar/ProjectSportCar/FormAiroplane.Designer.cs @@ -131,7 +131,6 @@ Controls.Add(pictureBoxAiroplane); Name = "FormAiroplane"; Text = "Самолет с радаром"; - Load += FormAiroplane_Load; ((System.ComponentModel.ISupportInitialize)pictureBoxAiroplane).EndInit(); ResumeLayout(false); } diff --git a/ProjectSportCar/ProjectSportCar/FormAiroplane.cs b/ProjectSportCar/ProjectSportCar/FormAiroplane.cs index b52c459..fd0a611 100644 --- a/ProjectSportCar/ProjectSportCar/FormAiroplane.cs +++ b/ProjectSportCar/ProjectSportCar/FormAiroplane.cs @@ -108,11 +108,6 @@ namespace ProjectAiroplane _strategy = null; } } - - private void FormAiroplane_Load(object sender, EventArgs e) - { - - } } }