using Nitrox.Launcher.Views.Abstract; namespace Nitrox.Launcher.Views; public partial class BackupRestoreModal : ModalBase { public BackupRestoreModal() { InitializeComponent(); } }