Beispiel #1
0
 //
 public void MoveNodeID(string _Point)
 {
     _ComData.Clear();
     _ComData.initRNode();
     _ComData.MovNode(_Point);
 }