コード例 #1
0
ファイル: DataManager.cs プロジェクト: patrick963534/g11
 public static bool IsUpdateFile()
 {
     return(AppPath.Contains(m_updateFile));
 }