Update TileImageLoader

This commit is contained in:
ClemensFischer 2024-02-08 23:02:25 +01:00
parent 513ae4e673
commit ccbb2af02c
2 changed files with 2 additions and 2 deletions

View file

@ -12,7 +12,7 @@ namespace MapControl
public partial class TileImageLoader
{
/// <summary>
/// Default folder where the Cache instance may save data, i.e. C:\ProgramData\MapControl\TileCache
/// Default folder where the Cache instance may save data, i.e. "C:\ProgramData\MapControl\TileCache".
/// </summary>
public static string DefaultCacheFolder =>
Path.Combine(Environment.GetFolderPath(Environment.SpecialFolder.CommonApplicationData), "MapControl", "TileCache");

View file

@ -13,7 +13,7 @@ namespace MapControl
public partial class TileImageLoader
{
/// <summary>
/// Default folder where the Cache instance may save data, i.e. C:\ProgramData\MapControl\TileCache
/// Default folder where the Cache instance may save data, i.e. "C:\ProgramData\MapControl\TileCache".
/// </summary>
public static string DefaultCacheFolder =>
Path.Combine(Environment.GetFolderPath(Environment.SpecialFolder.CommonApplicationData), "MapControl", "TileCache");