Version 4.13.1 Use System.Data.SQLite in SQLiteCache.UWP

This commit is contained in:
ClemensF 2019-07-22 23:58:42 +02:00
parent 554276b7e7
commit 36f3f9a2fa

View file

@ -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
{