Main page now uses Frame to change views when selecting items

Backgrounds unified
Menu items can be disabled thanks to custom ListView control
This commit is contained in:
2017-11-08 14:42:36 +01:00
committed by BONNEVILLE Geoffroy
parent 3a045dbb16
commit caaf34918e
19 changed files with 319 additions and 138 deletions
+5 -1
View File
@@ -60,7 +60,11 @@ namespace ModernKeePass.Common
public void Save()
{
_pwDatabase.Save(new NullStatusLogger());
//_pwDatabase.Close();
}
public void Close()
{
_pwDatabase.Close();
}
}
}