using StrixMusic.Sdk.WinUI.Controls.NowPlaying;
namespace StrixMusic.Shells.ZuneDesktop.Controls.NowPlaying
{
///
/// The Media Transparent controls for the ZuneDesktop.
///
public partial class ZuneMediaTransports : MediaTransports
{
///
/// Initializes a new instance of the class.
///
public ZuneMediaTransports()
{
this.DefaultStyleKey = typeof(ZuneMediaTransports);
}
}
}