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