mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2026-04-05 14:37:01 +00:00
Execute method implementation
This commit is contained in:
parent
45ab678d5b
commit
388e446b96
6 changed files with 43 additions and 43 deletions
|
|
@ -13,7 +13,7 @@ namespace MapControl.UiTools
|
|||
{
|
||||
public abstract class MapMenuItem : ToggleMenuFlyoutItem
|
||||
{
|
||||
public abstract Task<bool> Execute(MapBase map);
|
||||
public abstract Task Execute(MapBase map);
|
||||
|
||||
protected IEnumerable<MapMenuItem> ParentMenuItems
|
||||
=> ((Panel)VisualTreeHelper.GetParent(this)).Children.OfType<MapMenuItem>();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue