コード例 #1
0
        private void pacotesToolStripMenuItem_Click(object sender, EventArgs e)
        {
            frmCadastroPacotes pacotes = new frmCadastroPacotes();

            pacotes.Show();

            this.Visible = false;
        }
コード例 #2
0
        private void btnCadastroPacotes_Click(object sender, EventArgs e)
        {
            frmCadastroPacotes pacotes = new frmCadastroPacotes();

            pacotes.Show();

            this.Visible = false;
        }