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