mirror of
https://github.com/sp-tarkov/installer.git
synced 2025-02-13 07:30:45 -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();
|
||
|
}
|
||
|
}
|
||
|
}
|