Breadcrumb finished and working

This commit is contained in:
BONNEVILLE Geoffroy
2018-06-14 10:50:16 +02:00
parent 8a5db88225
commit 799b896bfe
6 changed files with 7 additions and 9 deletions

View File

@@ -155,7 +155,7 @@ namespace ModernKeePass.ViewModels
PropertyChanged?.Invoke(this, new PropertyChangedEventArgs(propertyName));
}
public EntryVm(): this(null, null) { }
public EntryVm() { }
internal EntryVm(PwEntry entry, GroupVm parent) : this(entry, parent, DatabaseService.Instance) { }