Exemplo n.º 1
0
 public override void Draw(Label lbDate, Graphics graphTime)
 {
     if (this.watch != null)
     {
         watch.Draw(lbDate, graphTime);
     }
 }
Exemplo n.º 2
0
 public override void Draw(Size size, Graphics graphTime)
 {
     if (this.watch != null)
     {
         watch.Draw(size, graphTime);
     }
 }