コード例 #1
0
 public static void Send(StationsAndPlacesOfInterestModeReason reason, bool fromWhereTo)
 {
     new StationsAndPlacesOfInterestModeMessage(reason, fromWhereTo).Send();
 }
コード例 #2
0
 public StationsAndPlacesOfInterestModeMessage(StationsAndPlacesOfInterestModeReason reason, bool fromWhereTo)
 {
     this.Reason      = reason;
     this.FromWhereTo = fromWhereTo;
 }