using System.Windows;
using OwlCore.AbstractUI.Models;
namespace OwlCore.Wpf.AbstractUI.Themes
{
///
/// Default template for the
///
public sealed partial class AbstractMultiChoiceUIElementStyle : ResourceDictionary
{
///
/// Initializes a new instance of the class.
///
public AbstractMultiChoiceUIElementStyle()
{
this.InitializeComponent();
}
}
}