using Windows.UI.Xaml.Controls; namespace StrixMusic.Sdk.WinUI.Controls.Views { /// /// A Templated for displaying the NowPlaying view. /// public partial class NowPlayingView : Control { /// /// Initializes a new instance of the class. /// public NowPlayingView() { this.DefaultStyleKey = typeof(NowPlayingView); } } }