WIP KeePassLibPCL - problem with awaitables

This commit is contained in:
2017-09-22 18:48:09 +02:00
parent a43bc20eb3
commit 668afbe817
108 changed files with 1205 additions and 4203 deletions

View File

@@ -20,7 +20,7 @@
using System;
using System.Collections.Generic;
namespace ModernKeePassLib.Interfaces
namespace ModernKeePassLibPCL.Interfaces
{
/// <summary>
/// Interface for objects that are deeply cloneable.

View File

@@ -20,7 +20,7 @@
using System;
using System.Collections.Generic;
namespace ModernKeePassLib.Interfaces
namespace ModernKeePassLibPCL.Interfaces
{
/// <summary>
/// Status message types.

View File

@@ -19,7 +19,7 @@
using System;
namespace ModernKeePassLib.Interfaces
namespace ModernKeePassLibPCL.Interfaces
{
public interface IStructureItem : ITimeLogger // Provides LocationChanged
{

View File

@@ -19,7 +19,7 @@
using System;
namespace ModernKeePassLib.Interfaces
namespace ModernKeePassLibPCL.Interfaces
{
/// <summary>
/// Interface for objects that support various times (creation time, last

View File

@@ -21,7 +21,7 @@ using System;
using System.Collections.Generic;
using System.Text;
namespace ModernKeePassLib.Interfaces
namespace ModernKeePassLibPCL.Interfaces
{
public interface IUIOperations
{

View File

@@ -23,7 +23,7 @@ using System.Text;
using System.IO;
using System.Xml;
namespace ModernKeePassLib.Interfaces
namespace ModernKeePassLibPCL.Interfaces
{
public interface IXmlSerializerEx
{