Beispiel #1
0
 public void CarExitedCarPark2()
 {
     ticketValidator2.ClearMessage2();
     if (fullsign.isLit() == true)
     {
         fullsign.SetLit(false);
     }
     exitBarrier2.Lower();
     currentSpaces++;
 }