Example #1
0
 public Machine_park()
 {
     MachinePark = new List<Machine>();
     rnd = new RandomInt();
 }