Exemplo n.º 1
0
 public ProgressBarEx()
 {
     backgroundpainter = new PlainBackgroundPainter();
     progresspainter   = new PlainProgressPainter(Color.Gold);
     borderpainter     = new PlainBorderPainter();
 }
Exemplo n.º 2
0
 public ProgressBarEx()
 {
     backgroundpainter = new PlainBackgroundPainter();
     progresspainter = new PlainProgressPainter(Color.Gold);
     borderpainter = new PlainBorderPainter();
 }