CRUD implemented
This commit is contained in:
@@ -5,16 +5,9 @@ namespace Keychain.ViewModels;
|
||||
|
||||
public class PasswordStoreShortcut : INotifyPropertyChanged
|
||||
{
|
||||
private IPasswordService passwordService;
|
||||
private IPasswordStoreService passwordService;
|
||||
public event PropertyChangedEventHandler? PropertyChanged;
|
||||
|
||||
private string displayName;
|
||||
private bool displayNameSet = false;
|
||||
private string? iconName;
|
||||
private string path;
|
||||
public bool DisplayNameSet { get => displayNameSet; }
|
||||
|
||||
|
||||
public string DisplayName
|
||||
{
|
||||
get => displayName;
|
||||
|
||||
Reference in New Issue
Block a user