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

@ -36,7 +36,7 @@ namespace MapControl.Caching
{
try
{
using (var command = SetItemCommand(key, expiration, buffer))
using (var command = SetItemCommand(key, buffer, expiration))
{
await command.ExecuteNonQueryAsync();
}