Exemplo n.º 1
0
 private void KillCaptureBox()
 {
     _captureBox.Close();
     _captureBox = null;
 }
Exemplo n.º 2
0
 private void CreateCaptureBox()
 {
     _captureBox           = new CaptureBox(this);
     _captureBox.MdiParent = this.ParentForm;
     _captureBox.Show();
 }