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

12 lines
305 B
C#
Raw Normal View History

2021-08-05 20:45:26 -05:00
using System.Windows.Controls;
using OwlCore.AbstractUI.Models;
namespace OwlCore.Wpf.AbstractUI.Controls
{
/// <summary>
/// A control that displays an <see cref="AbstractMultiChoiceUIElement"/>.
/// </summary>
public partial class AbstractMultiChoicePresenter : Control
{
}
}