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:
@@ -20,7 +20,7 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace ModernKeePassLibPCL.Interfaces
|
||||
namespace ModernKeePassLib.Interfaces
|
||||
{
|
||||
/// <summary>
|
||||
/// Interface for objects that are deeply cloneable.
|
||||
|
@@ -20,7 +20,7 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace ModernKeePassLibPCL.Interfaces
|
||||
namespace ModernKeePassLib.Interfaces
|
||||
{
|
||||
/// <summary>
|
||||
/// Status message types.
|
||||
|
@@ -19,7 +19,7 @@
|
||||
|
||||
using System;
|
||||
|
||||
namespace ModernKeePassLibPCL.Interfaces
|
||||
namespace ModernKeePassLib.Interfaces
|
||||
{
|
||||
public interface IStructureItem : ITimeLogger // Provides LocationChanged
|
||||
{
|
||||
|
@@ -19,7 +19,7 @@
|
||||
|
||||
using System;
|
||||
|
||||
namespace ModernKeePassLibPCL.Interfaces
|
||||
namespace ModernKeePassLib.Interfaces
|
||||
{
|
||||
/// <summary>
|
||||
/// Interface for objects that support various times (creation time, last
|
||||
|
@@ -21,7 +21,7 @@ using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
namespace ModernKeePassLibPCL.Interfaces
|
||||
namespace ModernKeePassLib.Interfaces
|
||||
{
|
||||
public interface IUIOperations
|
||||
{
|
||||
|
@@ -23,7 +23,7 @@ using System.Text;
|
||||
using System.IO;
|
||||
using System.Xml;
|
||||
|
||||
namespace ModernKeePassLibPCL.Interfaces
|
||||
namespace ModernKeePassLib.Interfaces
|
||||
{
|
||||
public interface IXmlSerializerEx
|
||||
{
|
||||
|
Reference in New Issue
Block a user