gecko-dev/extensions/manticore/toolkit/ProgressMeter.cs
ben%netscape.com d495f6f7ae [Not part of build]
Make preferences dialog work (PrefPanel class for preference panel switching, loading of preferences, saving of preferences, initial Browser Display panel)
2001-07-02 07:07:08 +00:00

20 lines
338 B
C#

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