Added TileImageLoader.WinUI

This commit is contained in:
Clemens 2021-07-02 21:18:39 +02:00
parent d4bc137408
commit e096f97e85
11 changed files with 110 additions and 42 deletions

View file

@ -151,7 +151,7 @@ namespace MapControl.Caching
try
{
using (var command = SetItemCommand(key, cacheItem.Item2, cacheItem.Item1))
using (var command = SetItemCommand(key, cacheItem.Item1, cacheItem.Item2))
{
command.ExecuteNonQuery();
}