mirror of
https://github.com/ZuneDev/ZuneModdingHelper.git
synced 2026-07-27 13:12:21 -07:00
12 lines
305 B
C#
12 lines
305 B
C#
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
|
||
|
|
{
|
||
|
|
}
|
||
|
|
}
|