mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2026-04-04 22:18:56 +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
|
|||
set => Header = value;
|
||||
}
|
||||
|
||||
public abstract Task<bool> Execute(MapBase map);
|
||||
public abstract Task Execute(MapBase map);
|
||||
|
||||
protected IEnumerable<MapMenuItem> ParentMenuItems => ((ItemsControl)Parent).Items.OfType<MapMenuItem>();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue