Exemplo n.º 1
0
 public void ShowInfo(int newLine)
 {
     drawTool.ShowPoint("X=" + this.X + ";Y=" + this.Y, this.cpoint.X, this.cpoint.Y, newLine);
 }
Exemplo n.º 2
0
 public void ShowInfo(int newLine)
 {
     drawTool.ShowPoint("R=" + Row + ";C=" + Cl, this.Node.cpoint.X, this.Node.cpoint.Y, newLine);
 }