mirror of
https://github.com/real-zony/ZonyLrcToolsX.git
synced 2026-02-02 17:18:26 +00:00
feat: Added Avalonia UI project.
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
namespace ZonyLrcTools.Desktop.ViewModels;
|
||||
|
||||
public class MainWindowViewModel : ViewModelBase
|
||||
{
|
||||
public string Greeting => "Welcome to Avalonia!";
|
||||
}
|
||||
Reference in New Issue
Block a user