mirror of
https://github.com/wismna/ModernKeePass.git
synced 2025-10-04 08:00:16 -04:00
ModernKeePassLib namespace restoration
This commit is contained in:
@@ -29,9 +29,9 @@ using System.IO;
|
||||
using System.Security.Cryptography;
|
||||
using System.Drawing;
|
||||
|
||||
using ModernKeePassLibPCL.Utility;
|
||||
using ModernKeePassLib.Utility;
|
||||
|
||||
namespace ModernKeePassLibPCL.Translation
|
||||
namespace ModernKeePassLib.Translation
|
||||
{
|
||||
public sealed class KpccLayout
|
||||
{
|
||||
|
@@ -25,7 +25,7 @@ using System.Xml.Serialization;
|
||||
using System.Diagnostics;
|
||||
using System.Reflection;
|
||||
|
||||
namespace ModernKeePassLibPCL.Translation
|
||||
namespace ModernKeePassLib.Translation
|
||||
{
|
||||
public sealed class KPFormCustomization
|
||||
{
|
||||
|
@@ -24,7 +24,7 @@ using System.Xml.Serialization;
|
||||
using System.Windows.Forms;
|
||||
using System.Diagnostics;
|
||||
|
||||
namespace ModernKeePassLibPCL.Translation
|
||||
namespace ModernKeePassLib.Translation
|
||||
{
|
||||
public sealed class KPStringTable
|
||||
{
|
||||
|
@@ -22,7 +22,7 @@ using System.Collections.Generic;
|
||||
using System.Text;
|
||||
using System.Xml.Serialization;
|
||||
|
||||
namespace ModernKeePassLibPCL.Translation
|
||||
namespace ModernKeePassLib.Translation
|
||||
{
|
||||
public sealed class KPStringTableItem
|
||||
{
|
||||
|
@@ -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
|
||||
|
@@ -21,7 +21,7 @@ using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
namespace ModernKeePassLibPCL.Translation
|
||||
namespace ModernKeePassLib.Translation
|
||||
{
|
||||
public sealed class KPTranslationProperties
|
||||
{
|
||||
|
Reference in New Issue
Block a user