Added unit tests (all passing unfortunately)

UI improvements
Write mode still doesn't work
This commit is contained in:
2017-09-25 18:34:27 +02:00
parent 34996da19d
commit 22ea657885
72 changed files with 2563 additions and 63 deletions

View File

@@ -0,0 +1,12 @@
using System;
namespace KeePass2PCL.Test.Shared
{
public class MyClass
{
public MyClass ()
{
}
}
}