mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2026-04-09 08:25:10 +00:00
Update MainWindow.axaml.cs
This commit is contained in:
parent
565c363dca
commit
9195b5552e
1 changed files with 2 additions and 2 deletions
|
|
@ -21,11 +21,11 @@ namespace SampleApplication
|
|||
{
|
||||
InitializeComponent();
|
||||
|
||||
AddBingMapsLayers();
|
||||
AddMapTilerLayers();
|
||||
AddTestLayers();
|
||||
}
|
||||
|
||||
partial void AddBingMapsLayers();
|
||||
partial void AddMapTilerLayers();
|
||||
partial void AddTestLayers();
|
||||
|
||||
private void MapItemsControlSelectionChanged(object sender, SelectionChangedEventArgs e)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue