Esempio n. 1
0
        private void AddCameraButton_Click(object sender, EventArgs e)
        {
            AddCamera newCameraForm = new AddCamera(this);

            newCameraForm.Show();
            ActiveControl = null;
        }
Esempio n. 2
0
        private void NewCameraButton_Click(object sender, EventArgs e)
        {
            Form addCamera = new AddCamera(this);

            addCamera.Show();
        }