SPT-AKI-Installer/SPTInstaller/Views/InstallerUpdateView.axaml.cs

12 lines
261 B
C#
Raw Permalink Normal View History

using Avalonia.ReactiveUI;
using SPTInstaller.ViewModels;
namespace SPTInstaller.Views;
public partial class InstallerUpdateView : ReactiveUserControl<InstallerUpdateViewModel>
{
public InstallerUpdateView()
{
InitializeComponent();
}
}