Exemplo n.º 1
0
 private async void btPause_Click(object sender, EventArgs e)
 {
     await VideoCapture1.PauseAsync();
 }