mirror of
https://github.com/sp-tarkov/installer.git
synced 2025-02-13 02:10:47 -05:00
12 lines
198 B
C#
12 lines
198 B
C#
using Avalonia.Controls;
|
|
|
|
namespace SPTInstaller.Views
|
|
{
|
|
public partial class MainWindow : Window
|
|
{
|
|
public MainWindow()
|
|
{
|
|
InitializeComponent();
|
|
}
|
|
}
|
|
} |