12 lines
204 B
C#
12 lines
204 B
C#
using Nitrox.Launcher.Views.Abstract;
|
|
|
|
namespace Nitrox.Launcher.Views;
|
|
|
|
public partial class BackupRestoreModal : ModalBase
|
|
{
|
|
public BackupRestoreModal()
|
|
{
|
|
InitializeComponent();
|
|
}
|
|
}
|