using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows;
using Windows.UI.Xaml;
namespace StrixMusic.Shells.Strix.Styles
{
///
/// A containing the style and template for the in the Strix Shell.
///
public partial class PlayableCollectionGroupPivotStyle : ResourceDictionary
{
///
/// Initializes a new instance of the class.
///
public PlayableCollectionGroupPivotStyle()
{
this.InitializeComponent();
}
}
}