ISEbd-11 Mosevnin AM LabWork03 Simple #3

Closed
Aleks_andr435 wants to merge 3 commits from LabWork03 into LabWork02
2 changed files with 0 additions and 6 deletions
Showing only changes of commit 7c7c96aec1 - Show all commits

View File

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

View File

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