Beispiel #1
0
 protected override void DropPassengers(PublicTransportStation station)
 {
     throw new NotImplementedException();
 }
Beispiel #2
0
 protected abstract void DropPassengers(PublicTransportStation station);