mirror of
https://github.com/wismna/ModernKeePassLib.git
synced 2025-10-03 15:40:20 -04:00
Migrated project type from PCL to full netstandard 1.2
This commit is contained in:
@@ -174,7 +174,7 @@ namespace ModernKeePassLib.Translation
|
||||
return new Dictionary<string, string>();
|
||||
}
|
||||
|
||||
#if (!KeePassLibSD && !KeePassUAP !&&ModernKeePassLib)
|
||||
#if (!KeePassLibSD && !KeePassUAP && !ModernKeePassLib)
|
||||
public void ApplyTo(Form form)
|
||||
{
|
||||
if(form == null) throw new ArgumentNullException("form");
|
||||
|
Reference in New Issue
Block a user