コード例 #1
0
        private void btnVoltar_Click(object sender, EventArgs e)
        {
            TelaMenuPrincipal menu = new TelaMenuPrincipal();

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