Exemplo n.º 1
0
 private void button1_Click(object sender, EventArgs e)
 {
     DataEditCommon.PickUpPoint(txtFigureCoordinateX, txtFigureCoordinateY);
 }
Exemplo n.º 2
0
 private void btnQD_Click(object sender, EventArgs e)
 {
     DataEditCommon.PickUpPoint(txtCoordinateX, txtCoordinateY);
 }
Exemplo n.º 3
0
 private void btnZD_Click(object sender, EventArgs e)
 {
     DataEditCommon.PickUpPoint(textBox_X2, textBox_Y2);
 }