Files
ZuneModdingHelper/OwlCore.Wpf/AbstractUI/Controls/AbstractBooleanPresenter.cs
T

12 lines
297 B
C#

using System.Windows.Controls;
using OwlCore.AbstractUI.Models;
namespace OwlCore.Wpf.AbstractUI.Controls
{
/// <summary>
/// A control that displays an <see cref="AbstractBooleanUIElement"/>.
/// </summary>
public partial class AbstractBooleanPresenter : Control
{
}
}