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