コード例 #1
0
ファイル: FileCache.cs プロジェクト: sdBruLi/Csharp
 string GetCacheFilePath()
 {
     return(_IAppContext.GetMapPath(CacheFileFullName));
 }