private void ribbonButtonBaseCameraOpen_Click(object sender, EventArgs e) { CameraVision camvis = new CameraVision(); camvis.Show(this); }