From 5c093062dcdfd4aacbcddfd8e27ba4100a215353 Mon Sep 17 00:00:00 2001 From: ClemensFischer Date: Fri, 21 Feb 2025 22:01:04 +0100 Subject: [PATCH] Update MainWindow.xaml.cs --- SampleApps/WpfApplication/MainWindow.xaml.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SampleApps/WpfApplication/MainWindow.xaml.cs b/SampleApps/WpfApplication/MainWindow.xaml.cs index 6c9a3faa..fe1928b8 100644 --- a/SampleApps/WpfApplication/MainWindow.xaml.cs +++ b/SampleApps/WpfApplication/MainWindow.xaml.cs @@ -19,7 +19,7 @@ namespace SampleApplication //TileImageLoader.Cache = new MapControl.Caching.FileDbCache(TileImageLoader.DefaultCacheFolder); //TileImageLoader.Cache = new MapControl.Caching.SQLiteCache(TileImageLoader.DefaultCacheFolder); //TileImageLoader.Cache = new NeoSmart.Caching.Sqlite.SqliteCache( - // new NeoSmart.Caching.Sqlite.SqliteCacheOptions { CachePath = Path.Combine(TileImageLoader.DefaultCacheFolder, "TileCache.db") }); + // new NeoSmart.Caching.Sqlite.SqliteCacheOptions { CachePath = System.IO.Path.Combine(TileImageLoader.DefaultCacheFolder, "TileCache.db") }); } public MainWindow()