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