Update sample applications

This commit is contained in:
ClemensFischer 2022-11-28 17:34:06 +01:00
parent 4b447c1086
commit e6dd919538
3 changed files with 6 additions and 6 deletions

View file

@ -77,7 +77,7 @@ namespace SampleApplication
});
}
AddChartServerLayer();
AddTestLayers();
if (TileImageLoader.Cache is ImageFileCache)
{
@ -85,7 +85,7 @@ namespace SampleApplication
}
}
partial void AddChartServerLayer();
partial void AddTestLayers();
private async void WindowActivated(object sender, WindowActivatedEventArgs e)
{