Ejemplo n.º 1
0
 public void RemoveScopeAt(double x, double y)
 {
     if (areaControl != null)
     {
         areaControl.RemoveScopeAt(x, y);
     }
 }