Lab5 Done++
This commit is contained in:
parent
b9751a5fd0
commit
4e86ac6cb0
@ -114,9 +114,8 @@ namespace ProjectAirBomber
|
||||
}
|
||||
FormPlaneConfig form = new FormPlaneConfig(pictureBoxCollection.Width, pictureBoxCollection.Height);
|
||||
form.Show();
|
||||
PlaneDelegate? planeDelegate = new((m) => {
|
||||
bool q = (obj + m);
|
||||
if (q)
|
||||
PlaneDelegate? planeDelegate = new((plane) => {
|
||||
if (obj + plane)
|
||||
{
|
||||
MessageBox.Show("Объект добавлен");
|
||||
pictureBoxCollection.Image = obj.ShowPlanes();
|
||||
|
Loading…
x
Reference in New Issue
Block a user