Exemple #1
0
 public void AddCommentAt(double x, double y)
 {
     if (areaControl != null)
     {
         areaControl.AddCommentAt(x, y);
     }
 }