ModernKeePassLib namespace restoration

This commit is contained in:
2017-09-26 15:38:58 +02:00
parent 27aaa8023a
commit 1faa26473d
114 changed files with 785 additions and 747 deletions

View File

@@ -28,8 +28,8 @@ using System.ComponentModel;
using System.Drawing;
using System.Diagnostics;
using ModernKeePassLibPCL.Interfaces;
using ModernKeePassLibPCL.Utility;
using ModernKeePassLib.Interfaces;
using ModernKeePassLib.Utility;
#if !KeePassLibSD
using System.IO.Compression;
@@ -37,7 +37,7 @@ using System.IO.Compression;
using ICSharpCode.SharpZipLib.GZip;
#endif
namespace ModernKeePassLibPCL.Translation
namespace ModernKeePassLib.Translation
{
[XmlRoot("Translation")]
public sealed class KPTranslation