0
0
mirror of https://github.com/sp-tarkov/installer.git synced 2025-02-13 09:50:45 -05:00
installer/SPTInstaller/Views/PreChecksView.axaml.cs

12 lines
240 B
C#
Raw Normal View History

2023-05-11 23:11:39 -04:00
using Avalonia.ReactiveUI;
using SPTInstaller.ViewModels;
namespace SPTInstaller.Views;
public partial class PreChecksView : ReactiveUserControl<PreChecksViewModel>
2023-05-11 23:11:39 -04:00
{
public PreChecksView()
2023-05-11 23:11:39 -04:00
{
InitializeComponent();
2023-05-11 23:11:39 -04:00
}
}