using Windows.UI.Xaml.Controls;
namespace StrixMusic.Sdk.WinUI.Controls.Shells
{
///
/// A Templated for previewing a shell in settings.
///
public sealed partial class ShellPreview : Control
{
///
/// Initializes a new instance of the class.
///
public ShellPreview()
{
this.DefaultStyleKey = typeof(ShellPreview);
}
}
}