예제 #1
0
 /* Method to get the frequentation of a station
  * This method is only used by the HeavyClient*/
 public int GetStationLog(string stationName)
 {
     return(stationLog.getStationLog(stationName));
 }