mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2026-04-04 14:08:32 +00:00
Update ImageFileCache.WPF.cs
This commit is contained in:
parent
262ccc268e
commit
4a6ed42701
1 changed files with 1 additions and 1 deletions
|
|
@ -42,7 +42,7 @@ namespace MapControl.Caching
|
|||
|
||||
public Task Clean()
|
||||
{
|
||||
return Task.Factory.StartNew(() => CleanRootDirectory(), TaskCreationOptions.LongRunning);
|
||||
return Task.Factory.StartNew(CleanRootDirectory, TaskCreationOptions.LongRunning);
|
||||
}
|
||||
|
||||
public override string Name
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue