Beispiel #1
0
 private void Clear(Plane plane, TakeoffRunwayStation runway)
 {
     simulatorService.ClearPlaneStation(plane);
     simulatorService.ClearStationPlane(runway);
 }