コード例 #1
0
ファイル: DataAccess.cs プロジェクト: RH-Code/GAPP
 public static Framework.Data.GeocacheImage GetGeocacheImage(Framework.Data.GeocacheImageCollection lCollection, string lId)
 {
     return lCollection.GetGeocacheImage(lId);
 }