Esempio n. 1
0
 public void Paint(IPaintbrush pb)
 {
     if (current != null)
     {
         pb.Color = Constants.GetColorFor(Value.One);
         pb.StrokeCircle(current.Value.X, current.Value.Y, Constants.WIRING_READY_RADIUS);
     }
 }