mirror of
https://dev.azure.com/TeilRad/sharee.bike%20App/_git/Code
synced 2024-12-22 15:06:26 +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>
|
||||
/// Commang object to bind login button to view model.
|
||||
/// </summary>
|
||||
/// <summary> Command object to bind logout button to view model.</summary>
|
||||
public System.Windows.Input.ICommand OnLogoutRequest
|
||||
{
|
||||
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
|
||||
{
|
||||
get
|
||||
|
|
|
@ -141,9 +141,7 @@ 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>
|
||||
/// <summary> Command object to bind close button to view model. </summary>
|
||||
#if USEMASTERDETAIL || USEFLYOUT
|
||||
private Action CloseAction
|
||||
=> () => m_oViewService.ShowPage(ViewTypes.MapPage);
|
||||
|
|
|
@ -58,9 +58,7 @@ namespace TINK.ViewModel.Info.BikeInfo
|
|||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Commang object to bind login button to view model.
|
||||
/// </summary>
|
||||
/// <summary> Command object to bind close button to view model. </summary>
|
||||
public ICommand OnCloseRequest
|
||||
{
|
||||
get
|
||||
|
|
Loading…
Reference in a new issue