示例#1
0
 public override bool carLeftSensor()
 {
     carPark.carEnteredCarPark();
     carOnSensor = false;
     return(carOnSensor);
 }