using Microsoft.UI.Xaml.Controls;
namespace RustTools.Themes;
public sealed partial class NullPage : UserControl
{
public NullPage()
this.InitializeComponent();
DefaultStyleKey = typeof(NullPage);
}