예제 #1
0
 /* Method to get the frequentation stations list
  * This method is only used by the HeavyClient*/
 public List <string> GetStationLogList()
 {
     return(stationLog.getStationsName());
 }