Esempio n. 1
0
 private void btnStartCam4_Click(object sender, EventArgs e)
 {
     cRun4 = new CameraRun(imageBox4, listCamera[3].CamAddress);
 }
Esempio n. 2
0
 private void btnStartCam2_Click(object sender, EventArgs e)
 {
     cRun2 = new CameraRun(imageBox2, listCamera[1].CamAddress);
 }
Esempio n. 3
0
 private void btnStartCam3_Click(object sender, EventArgs e)
 {
     cRun3 = new CameraRun(imageBox3, listCamera[2].CamAddress);
 }
Esempio n. 4
0
 private void btnStartCam1_Click(object sender, EventArgs e)
 {
     cRun1 = new CameraRun(imageBox1, listCamera[0].CamAddress);
 }