예제 #1
0
 public PainterUpdater(BasicForm f, Speedometer s)
 {
     blackPen = new Pen(Color.Black, 3);
     g = f.CreateGraphics();
     this.f = f;
     this.s = s;
 }
예제 #2
0
 public PainterUpdater2(BasicForm f, GearChanger gc)
 {
     g = f.CreateGraphics();
     this.f = f;
     this.gc = gc;
 }