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

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