Exemple #1
0
        public SQLitePlatformWP8CSharp()
        {
            var api = new SQLiteApiWP71();

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

            SQLiteApi         = api;
            VolatileService   = new VolatileServiceWP71();
            ReflectionService = new ReflectionServiceWP71();
            StopwatchFactory  = new StopwatchFactoryWP71();
        }
        public SQLitePlatformWP8CSharp()
        {
            var api = new SQLiteApiWP71();

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

            SQLiteApi = api;
            VolatileService = new VolatileServiceWP71();
            ReflectionService = new ReflectionServiceWP71();
            StopwatchFactory = new StopwatchFactoryWP71();
        }