Example #1
0
        private void button2_Click(object sender, EventArgs e)
        {
            CameraCapture cc = new CameraCapture();

            this.Hide();
            cc.Show();
        }
Example #2
0
 public RobotScan(CameraCapture parent)
 {
     InitializeComponent();
     CameraCapture = parent;
 }
Example #3
0
 public StartupBox(CameraCapture parent)
 {
     InitializeComponent();
     CameraCapture = parent;
 }
Example #4
0
 public Trackbars(CameraCapture parent)
 {
     InitializeComponent();
     CameraCapture = parent;
 }