public SQLitePlatformWP8()
        {
            var api = new SQLiteApiWP8();

//            api.SetDirectory(/*temp directory type*/2, Windows.Storage.ApplicationData.Current.TemporaryFolder.Path);

            SQLiteApi = api;
            VolatileService = new VolatileServiceWP8();
            ReflectionService = new ReflectionServiceWP8();
            StopwatchFactory = new StopwatchFactoryWP8();
        }
Beispiel #2
0
        public SQLitePlatformWP8()
        {
            var api = new SQLiteApiWP8();

//            api.SetDirectory(/*temp directory type*/2, Windows.Storage.ApplicationData.Current.TemporaryFolder.Path);

            SQLiteApi         = api;
            VolatileService   = new VolatileServiceWP8();
            ReflectionService = new ReflectionServiceWP8();
            StopwatchFactory  = new StopwatchFactoryWP8();
        }