コード例 #1
0
 private void timer1_Tick_1(object sender, EventArgs e)
 {
     stop_watch.Start();
     motion_tracking_controller.GetSubjectPositionThreadCall();
     textBox17.Text = Convert.ToString(motion_tracking_controller.subject_position);
 }