Comments/ spelling corrected.

This commit is contained in:
Oliver Hauff 2021-07-14 19:57:07 +02:00
parent 8e84b6deda
commit e1e29da71a
4 changed files with 4 additions and 10 deletions

View file

@ -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

View file

@ -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

View file

@ -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);

View file

@ -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