コード例 #1
0
 // The event handler for the "Set Position" button.
 static void btn2_clicked(object sender, EventArgs e)
 {
     Copy_Position.SetPosition();
 }
コード例 #2
0
 // The event handler for the "Copy Position" button.
 static void btn1_clicked(object sender, EventArgs e)
 {
     Copy_Position.ObtainPosition();
 }