Code cleanup (ter)

This commit is contained in:
Geoffroy BONNEVILLE
2020-04-08 16:38:38 +02:00
parent 1046110dd2
commit 752e96884d
2 changed files with 0 additions and 13 deletions

View File

@@ -275,17 +275,6 @@ namespace ModernKeePass.ViewModels
{
_entry = entry;
IsSelected = index == 0;
/*OnPropertyChanged(nameof(Title));
OnPropertyChanged(nameof(UserName));
OnPropertyChanged(nameof(Password));
OnPropertyChanged(nameof(Url));
OnPropertyChanged(nameof(Notes));
OnPropertyChanged(nameof(Icon));
OnPropertyChanged(nameof(ForegroundColor));
OnPropertyChanged(nameof(BackgroundColor));
OnPropertyChanged(nameof(HasExpirationDate));
OnPropertyChanged(nameof(ExpiryDate));
OnPropertyChanged(nameof(ExpiryTime));*/
}
}
}

View File

@@ -71,8 +71,6 @@ namespace ModernKeePass.Views
default:
var entry = listView?.SelectedItem as Application.Entry.Models.EntryVm;
Model.SetEntry(entry, index);
/*StackPanel.DataContext = entry;
TopGrid.DataContext = entry;*/
break;
}
}