예제 #1
0
파일: DataAccess.cs 프로젝트: RH-Code/GAPP
 public static Framework.Data.Geocache GetGeocache(Framework.Data.GeocacheCollection cacheCollection, string CacheCode)
 {
     return cacheCollection.GetGeocache(CacheCode);
 }