コード例 #1
0
ファイル: SqlManager.cs プロジェクト: ibnuda/DuitThingy
 public static void DeleteSingleton ()
 {
     _cache = null;
 }
コード例 #2
0
ファイル: SqlManager.cs プロジェクト: ibnuda/DuitThingy
 public static void Init ( ISQLitePlatform SQLitePlatform )
 {
     _cache = new SqlManager (SQLitePlatform);
 }