Пример #1
0
 public override void Draw(Label lbDate, Graphics graphTime)
 {
     if (this.watch != null)
     {
         watch.Draw(lbDate, graphTime);
     }
 }
Пример #2
0
 public override void Draw(Size size, Graphics graphTime)
 {
     if (this.watch != null)
     {
         watch.Draw(size, graphTime);
     }
 }