Port Form1 to Avalonia

This commit is contained in:
Michael Bucari-Tovo 2022-07-11 00:13:32 -06:00
parent ef869dbe09
commit 0de62ce010
58 changed files with 4408 additions and 17 deletions

View file

@ -0,0 +1,11 @@
using ReactiveUI;
using System;
using System.Collections.Generic;
using System.Text;
namespace LibationWinForms.AvaloniaUI.ViewModels
{
public class ViewModelBase : ReactiveObject
{
}
}