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

13 lines
308 B
C#

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