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

@ -55,7 +55,7 @@ namespace SampleApplication
});
}
AddChartServerLayer();
AddTestLayers();
if (TileImageLoader.Cache is ImageFileCache cache)
{
@ -67,7 +67,7 @@ namespace SampleApplication
}
}
partial void AddChartServerLayer();
partial void AddTestLayers();
private void ResetHeadingButtonClick(object sender, RoutedEventArgs e)
{