コード例 #1
0
        private void VoltarTela_Click(object sender, EventArgs e)
        {
            EscolhaEmbarque VoltarTela = new EscolhaEmbarque();

            VoltarTela.Show();
            Hide();
        }
コード例 #2
0
        private void button1_Click(object sender, EventArgs e)
        {
            EscolhaEmbarque chamandoTela = new EscolhaEmbarque();

            chamandoTela.Show();
            Hide();
        }