Files
SourceCode/PROMS/DotNetBar Source Code/Controls/ProgressStepper/MetroStepItemPainter.cs

11 lines
186 B
C#

using System;
using System.Collections.Generic;
using System.Text;
namespace DevComponents.DotNetBar.Rendering
{
internal class MetroStepItemPainter : StepItemPainter
{
}
}