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