mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2026-04-05 22:46:58 +00:00
Version 4.13.1 Use System.Data.SQLite in SQLiteCache.UWP
This commit is contained in:
parent
fa7db482e9
commit
58ca9998d9
2 changed files with 3 additions and 8 deletions
|
|
@ -4,12 +4,7 @@
|
|||
|
||||
using System;
|
||||
using System.Diagnostics;
|
||||
#if WINDOWS_UWP
|
||||
using SQLiteCommand = Microsoft.Data.Sqlite.SqliteCommand;
|
||||
using SQLiteConnection = Microsoft.Data.Sqlite.SqliteConnection;
|
||||
#else
|
||||
using System.Data.SQLite;
|
||||
#endif
|
||||
|
||||
namespace MapControl.Caching
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue