mirror of
https://dev.azure.com/TeilRad/sharee.bike%20App/_git/Code
synced 2024-12-31 18:56:28 +01:00
Comments/ spelling corrected.
This commit is contained in:
parent
8e84b6deda
commit
e1e29da71a
4 changed files with 4 additions and 10 deletions
|
@ -236,9 +236,7 @@ namespace TINK.ViewModel.Account
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary> Command object to bind logout button to view model.</summary>
|
||||||
/// Commang object to bind login button to view model.
|
|
||||||
/// </summary>
|
|
||||||
public System.Windows.Input.ICommand OnLogoutRequest
|
public System.Windows.Input.ICommand OnLogoutRequest
|
||||||
{
|
{
|
||||||
get
|
get
|
||||||
|
|
|
@ -153,7 +153,7 @@ namespace TINK.ViewModel.BikesAtStation
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <summary> Commang object to bind login button to view model.</summary>
|
/// <summary> Command object to bind login page redirect link to view model.</summary>
|
||||||
public System.Windows.Input.ICommand LoginRequiredHintClickedCommand
|
public System.Windows.Input.ICommand LoginRequiredHintClickedCommand
|
||||||
{
|
{
|
||||||
get
|
get
|
||||||
|
|
|
@ -141,9 +141,7 @@ namespace TINK.ViewModel.Info.BikeInfo
|
||||||
/// <summary> Gets the carousel page items</summary>
|
/// <summary> Gets the carousel page items</summary>
|
||||||
public IList<CourouselPageItemViewModel> CarouselItems { get; }
|
public IList<CourouselPageItemViewModel> CarouselItems { get; }
|
||||||
|
|
||||||
/// <summary>
|
/// <summary> Command object to bind close button to view model. </summary>
|
||||||
/// Commang object to bind login button to view model.
|
|
||||||
/// </summary>
|
|
||||||
#if USEMASTERDETAIL || USEFLYOUT
|
#if USEMASTERDETAIL || USEFLYOUT
|
||||||
private Action CloseAction
|
private Action CloseAction
|
||||||
=> () => m_oViewService.ShowPage(ViewTypes.MapPage);
|
=> () => m_oViewService.ShowPage(ViewTypes.MapPage);
|
||||||
|
|
|
@ -58,9 +58,7 @@ namespace TINK.ViewModel.Info.BikeInfo
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary> Command object to bind close button to view model. </summary>
|
||||||
/// Commang object to bind login button to view model.
|
|
||||||
/// </summary>
|
|
||||||
public ICommand OnCloseRequest
|
public ICommand OnCloseRequest
|
||||||
{
|
{
|
||||||
get
|
get
|
||||||
|
|
Loading…
Reference in a new issue