mirror of
https://github.com/wismna/ModernKeePass.git
synced 2025-10-03 15:40:18 -04:00
Add MVVM Light library
Updated nuget packages
This commit is contained in:
@@ -2,6 +2,13 @@
|
||||
{
|
||||
public class Constants
|
||||
{
|
||||
public class Navigation
|
||||
{
|
||||
public static string MainPage => nameof(MainPage);
|
||||
public static string EntryPage => nameof(EntryPage);
|
||||
public static string GroupPage => nameof(GroupPage);
|
||||
}
|
||||
|
||||
public class File
|
||||
{
|
||||
public static int OneMegaByte => 1048576;
|
||||
|
Reference in New Issue
Block a user