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

@ -73,10 +73,10 @@ namespace SampleApplication
});
}
AddChartServerLayer();
AddTestLayers();
}
partial void AddChartServerLayer();
partial void AddTestLayers();
private void ResetHeadingButtonClick(object sender, RoutedEventArgs e)
{