PIBD-12 kuznetsov I.V. LabWork03 Simple #3

Closed
ILYAKuznetsov wants to merge 3 commits from LabWork03 into LabWork02
Showing only changes of commit fde8810228 - Show all commits

View File

@ -63,7 +63,7 @@ public partial class FormTankerCollection : Form
drawingTanker = new DrawingGasolineTanker(random.Next(100, 300), random.Next(1000, 3000),
GetColor(random),
GetColor(random),
Convert.ToBoolean(random.Next(1, 1)), Convert.ToBoolean(random.Next(1, 1)));
Convert.ToBoolean(random.Next(0, 2)), Convert.ToBoolean(random.Next(0, 2)));
break;
default: