mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2026-04-04 14:08:32 +00:00
Version 4.13.1 Use System.Data.SQLite in MBTiles.UWP
This commit is contained in:
parent
5822aa2a82
commit
554276b7e7
2 changed files with 4 additions and 9 deletions
|
|
@ -4,15 +4,10 @@
|
|||
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Data.SQLite;
|
||||
using System.Diagnostics;
|
||||
using System.IO;
|
||||
using System.Threading.Tasks;
|
||||
#if WINDOWS_UWP
|
||||
using SQLiteCommand = Microsoft.Data.Sqlite.SqliteCommand;
|
||||
using SQLiteConnection = Microsoft.Data.Sqlite.SqliteConnection;
|
||||
#else
|
||||
using System.Data.SQLite;
|
||||
#endif
|
||||
|
||||
namespace MapControl.MBTiles
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue