mirror of
https://github.com/claunia/romrepomgr.git
synced 2025-12-16 19:24:51 +00:00
Initial commit.
This commit is contained in:
7
RomRepoMgr/ViewModels/MainWindowViewModel.cs
Normal file
7
RomRepoMgr/ViewModels/MainWindowViewModel.cs
Normal file
@@ -0,0 +1,7 @@
|
||||
namespace RomRepoMgr.ViewModels
|
||||
{
|
||||
public class MainWindowViewModel : ViewModelBase
|
||||
{
|
||||
public string Greeting => "Hello World!";
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user