示例#1
0
 private void MotionStopped(object sender, MotionDetectedArgs e)
 {
     textMotion.Text = "-";
 }
示例#2
0
 private void OnMotion(object sender, MotionDetectedArgs e)
 {
     textMotion.Text = "MOTION";
 }