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