mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2026-03-28 16:15:12 +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)
|
// Licensed under the Microsoft Public License (Ms-PL)
|
||||||
|
|
||||||
using System;
|
using System;
|
||||||
using System.Diagnostics;
|
|
||||||
using System.Data.SQLite;
|
using System.Data.SQLite;
|
||||||
|
using System.Diagnostics;
|
||||||
|
|
||||||
namespace MapControl.Caching
|
namespace MapControl.Caching
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue