namespace Silverstone.Manticore.Toolkit { using System; using System.Windows.Forms; using System.Drawing; /// /// Summary description for Class1. /// public class ManticoreProgressMeter : StatusBarPanel { public ManticoreProgressMeter() { this.Style = StatusBarPanelStyle.OwnerDraw; } } }