Exemplo n.º 1
0
        private void buttonBackCreateBug_Click(object sender, EventArgs e)
        {
            var cov = new Create_Or_View();

            cov.Show();

            this.Close();
        }
Exemplo n.º 2
0
        private void OpenCoVForm()
        {
            var cov = new Create_Or_View();

            cov.Show();

            this.Hide();
        }