mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2025-12-06 07:12:04 +01:00
Version 4.13.1 Use System.Data.SQLite in SQLiteCache.UWP
This commit is contained in:
parent
554276b7e7
commit
36f3f9a2fa
|
|
@ -3,8 +3,8 @@
|
|||
// Licensed under the Microsoft Public License (Ms-PL)
|
||||
|
||||
using System;
|
||||
using System.Diagnostics;
|
||||
using System.Data.SQLite;
|
||||
using System.Diagnostics;
|
||||
|
||||
namespace MapControl.Caching
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue