mirror of
https://dev.azure.com/TeilRad/sharee.bike%20App/_git/Code
synced 2025-06-22 05:47:28 +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
|
@ -6,7 +6,7 @@ using System.ComponentModel;
|
|||
|
||||
namespace TINK.ViewModel.WhatsNew
|
||||
{
|
||||
public class WhatsNewViewModel : INotifyPropertyChanged
|
||||
public class WhatsNewViewModel
|
||||
{
|
||||
/// <summary> Constructs view model. </summary>
|
||||
/// <param name="currentVersion"></param>
|
||||
|
@ -95,12 +95,9 @@ namespace TINK.ViewModel.WhatsNew
|
|||
}
|
||||
|
||||
/// <summary>Reference to view service object.</summary>
|
||||
private IViewService ViewService;
|
||||
private readonly IViewService ViewService;
|
||||
|
||||
/// <summary>Reference to view service object.</summary>
|
||||
private Action ShowMasterDetail { get; }
|
||||
|
||||
/// <summary> Fired whenever a property changes.</summary>
|
||||
public event PropertyChangedEventHandler PropertyChanged;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue