WIP with data binding - bis...

This commit is contained in:
2017-09-14 18:33:29 +02:00
parent 97d69c07cb
commit dd9d848618
7 changed files with 13 additions and 18 deletions

View File

@@ -0,0 +1,8 @@

namespace ModernKeePass.ViewModels
{
public class Test
{
public string Title { get; set; }
}
}