Files
ZuneModdingHelper/OwlCore.Wpf/AbstractUI/Controls/AbstractBooleanPresenter.cs
T
2021-11-10 21:21:25 -06:00

12 lines
288 B
C#

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