Example #1
0
        private void button5_Click_2(object sender, EventArgs e)
        {
            this.Hide();
            VER_BANCO_DE_DADOS ver_bd = new VER_BANCO_DE_DADOS();

            ver_bd.ShowDialog();
        }
Example #2
0
        private void button5_Click_1(object sender, EventArgs e)
        {
            this.Close();
            VER_BANCO_DE_DADOS ver_db = new VER_BANCO_DE_DADOS();

            ver_db.ShowDialog();
        }