ISEbd-22 Alimova M.S. Lab Work 03 Hard #3
@ -60,7 +60,7 @@
|
||||
Controls.Add(buttonCreate);
|
||||
Controls.Add(pictureBoxObject);
|
||||
Name = "FormAdditionalGeneric";
|
||||
Text = "FormAdditionalGeneric";
|
||||
Text = "Генерация самолетов";
|
||||
((System.ComponentModel.ISupportInitialize)pictureBoxObject).EndInit();
|
||||
ResumeLayout(false);
|
||||
}
|
||||
|
@ -48,7 +48,7 @@ namespace AirBomber
|
||||
Draw();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
public EntityAirPlane CreateRandomPlane()
|
||||
{
|
||||
Color color = Color.FromArgb(random.Next(0, 256), random.Next(0, 256), random.Next(0, 256));
|
||||
|
Loading…
Reference in New Issue
Block a user