mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2025-12-06 07:12:04 +01:00
Update MainWindow.axaml.cs
This commit is contained in:
parent
565c363dca
commit
9195b5552e
|
|
@ -21,11 +21,11 @@ namespace SampleApplication
|
||||||
{
|
{
|
||||||
InitializeComponent();
|
InitializeComponent();
|
||||||
|
|
||||||
AddBingMapsLayers();
|
AddMapTilerLayers();
|
||||||
AddTestLayers();
|
AddTestLayers();
|
||||||
}
|
}
|
||||||
|
|
||||||
partial void AddBingMapsLayers();
|
partial void AddMapTilerLayers();
|
||||||
partial void AddTestLayers();
|
partial void AddTestLayers();
|
||||||
|
|
||||||
private void MapItemsControlSelectionChanged(object sender, SelectionChangedEventArgs e)
|
private void MapItemsControlSelectionChanged(object sender, SelectionChangedEventArgs e)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue