mirror of
https://github.com/wismna/ModernKeePass.git
synced 2026-06-10 20:58:26 -04:00
KeePassLib bumped to 2.37, compilation ok.
WIP tests
This commit is contained in:
committed by
BONNEVILLE Geoffroy
parent
d5b7845242
commit
c82d6d001d
@@ -0,0 +1,10 @@
|
||||
namespace ModernKeePassLib.Utility
|
||||
{
|
||||
public static class MonoWorkarounds
|
||||
{
|
||||
public static bool IsRequired(int i)
|
||||
{
|
||||
throw new System.NotImplementedException();
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user