mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2026-04-05 14:37:01 +00:00
Removed partial method from MapPanel
This commit is contained in:
parent
eaf3ff05fa
commit
0a07c45979
2 changed files with 3 additions and 8 deletions
|
|
@ -52,14 +52,14 @@ namespace MapControl
|
|||
{
|
||||
SetValue(ParentMapProperty, this);
|
||||
}
|
||||
#if UWP || WINUI
|
||||
else
|
||||
{
|
||||
InitMapPanel();
|
||||
InitMapElement(this);
|
||||
}
|
||||
#endif
|
||||
}
|
||||
|
||||
partial void InitMapPanel();
|
||||
|
||||
private MapBase parentMap;
|
||||
|
||||
/// <summary>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue