mirror of
https://github.com/claunia/romrepomgr.git
synced 2025-12-16 11:14:45 +00:00
7 lines
153 B
C#
7 lines
153 B
C#
namespace RomRepoMgr.ViewModels
|
|
{
|
|
public class MainWindowViewModel : ViewModelBase
|
|
{
|
|
public string Greeting => "Hello World!";
|
|
}
|
|
} |