mirror of
https://github.com/wismna/ModernKeePass.git
synced 2025-10-03 15:40:18 -04:00
WIP on data binding, nothing is working...
This commit is contained in:
12
ModernKeePass/ViewModels/EntryVm.cs
Normal file
12
ModernKeePass/ViewModels/EntryVm.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace ModernKeePass.ViewModels
|
||||
{
|
||||
public class EntryVm
|
||||
{
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user