Лаба 3 завершена
This commit is contained in:
parent
535a8b9a9c
commit
7c7c96aec1
@ -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);
|
||||||
}
|
}
|
||||||
|
@ -108,11 +108,6 @@ namespace ProjectAiroplane
|
|||||||
_strategy = null;
|
_strategy = null;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
private void FormAiroplane_Load(object sender, EventArgs e)
|
|
||||||
{
|
|
||||||
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user