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