Initial commit.

This commit is contained in:
2020-08-21 22:22:24 +01:00
commit d40c4290e0
17 changed files with 1887 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
namespace RomRepoMgr.ViewModels
{
public class MainWindowViewModel : ViewModelBase
{
public string Greeting => "Hello World!";
}
}