Exemple #1
0
 private void btn_video_stop_Click(object sender, EventArgs e)
 {
     _controller.StopVideo(_controller.CurrentVideoCapture);
 }