mirror of
https://dev.azure.com/TeilRad/sharee.bike%20App/_git/Code
synced 2025-04-21 04:26:29 +02:00
Code updated to 3.0.238
This commit is contained in:
parent
3302d80678
commit
9c6a1fa92b
257 changed files with 7763 additions and 2861 deletions
|
@ -140,16 +140,16 @@ namespace TINK.ViewModel.Info.BikeInfo
|
|||
|
||||
/// <summary> Gets the carousel page items</summary>
|
||||
public IList<CourouselPageItemViewModel> CarouselItems { get; }
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// Commang object to bind login button to view model.
|
||||
/// </summary>
|
||||
#if USEMASTERDETAIL || USEFLYOUT
|
||||
private Action CloseAction
|
||||
{
|
||||
get
|
||||
{
|
||||
return () => m_oViewService.ShowPage(ViewTypes.MapPage);
|
||||
}
|
||||
}
|
||||
=> () => m_oViewService.ShowPage(ViewTypes.MapPage);
|
||||
#else
|
||||
private Action CloseAction
|
||||
=> async () => await m_oViewService.ShowPage("//MapPage");
|
||||
#endif
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue