0
0
mirror of https://github.com/sp-tarkov/installer.git synced 2025-02-12 16:50:45 -05:00
installer/SPTInstaller/Views/InstallerUpdateView.axaml.cs
2024-06-28 21:35:27 -04:00

12 lines
261 B
C#

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