mirror of
https://github.com/ZuneDev/ZuneModdingHelper.git
synced 2026-07-27 13:12:21 -07:00
Initial work for AbstractUI options
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
using System.Windows;
|
||||
using OwlCore.AbstractUI.Models;
|
||||
|
||||
namespace OwlCore.Wpf.AbstractUI.Themes
|
||||
{
|
||||
/// <summary>
|
||||
/// Default template for the <see cref="AbstractUIGroupPresenterStyle"/>
|
||||
/// </summary>
|
||||
public sealed partial class AbstractUIGroupPresenterStyle : ResourceDictionary
|
||||
{
|
||||
/// <summary>
|
||||
/// Initializes a new instance of the <see cref="AbstractUIGroupPresenterStyle"/> class.
|
||||
/// </summary>
|
||||
public AbstractUIGroupPresenterStyle()
|
||||
{
|
||||
this.InitializeComponent();
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user