ISEbd-22 Alimova M.S. Lab Work 03 Hard #3

Closed
malimova wants to merge 11 commits from Lab3 into Lab2
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 8aa5bce7ba - Show all commits

View File

@ -60,7 +60,7 @@
Controls.Add(buttonCreate);
Controls.Add(pictureBoxObject);
Name = "FormAdditionalGeneric";
Text = "FormAdditionalGeneric";
Text = "Генерация самолетов";
((System.ComponentModel.ISupportInitialize)pictureBoxObject).EndInit();
ResumeLayout(false);
}

View File

@ -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));