Beispiel #1
0
 private void bnCapture_Click(object sender, EventArgs e)
 {
     if (m_pCapture != null && m_pCapture.IsCapturing())
     {
         StopCapture();
     }
     else
     {
         StartCapture();
     }
 }