コード例 #1
0
ファイル: Menu.cs プロジェクト: Thilan1177/vehicle_detection
        private void processImageToolStripMenuItem_Click(object sender, EventArgs e)
        {
            CameraCapture cc = new CameraCapture();

            cc.Show();
            this.Hide();
        }
コード例 #2
0
ファイル: Menu.cs プロジェクト: Thilan1177/vehicle_detection
        private void buttonImageProcessing_Click(object sender, EventArgs e)
        {
            CameraCapture cc = new CameraCapture();

            cc.Show();
            this.Hide();
        }