Ejemplo n.º 1
0
        public SQLitePlatformW81()
        {
            var api = new SQLiteApi();

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

            SQLiteApi         = api;
            VolatileService   = new VolatileService();
            ReflectionService = new ReflectionService();
            StopwatchFactory  = new StopwatchFactory();
        }
Ejemplo n.º 2
0
        public SQLitePlatformWP81()
        {
            var api = new SQLiteApi();

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

            SQLiteApi = api;
            VolatileService = new VolatileService();
            ReflectionService = new ReflectionService();
            StopwatchFactory = new StopwatchFactory();

        }