Beispiel #1
0
 public WSpopup(Warehouse w, PictureBox img)
 {
     InitializeComponent();
     wh            = w;
     mainFormImage = img;
 }
 /// <summary>
 /// Starts the simulation by creating a new Warehouse object and ...
 /// </summary>
 private void startSimulation()
 {
     wh = new Warehouse();
     this.pbMain.BackColor = Color.LightGray;
 }