mirror of
https://github.com/wismna/ModernKeePass.git
synced 2025-10-03 15:40:18 -04:00
15 lines
296 B
C#
15 lines
296 B
C#
namespace ModernKeePass.Common
|
|
{
|
|
public class Constants
|
|
{
|
|
public class File
|
|
{
|
|
public static int OneMegaByte => 1048576;
|
|
}
|
|
|
|
public class Settings
|
|
{
|
|
public static string SaveSuspend => nameof(SaveSuspend);
|
|
}
|
|
}
|
|
} |