Beispiel #1
0
 private void textEdit1_EditValueChanged(object sender, EventArgs e)
 {
     //重新加载点的位置
     GraphOpt.CoordinatePickUpAddPoint(mx, textEdit1.Text, textEdit2.Text);
 }