Exemple #1
0
        private void button_Fcompra_Click(object sender, EventArgs e)
        {
            Tela_Inicial voltar_inicio = new Tela_Inicial();

            voltar_inicio.Show();
            Hide();
        }
        private void CanEscolDestin_Click(object sender, EventArgs e)
        {
            Tela_Inicial login = new Tela_Inicial();

            login.Show();
            Hide();
        }
Exemple #3
0
        private void Cancelar3_Click(object sender, EventArgs e)
        {
            //tem que validar esse botão bonita
            Tela_Inicial cancelando = new Tela_Inicial();

            cancelando.Show();
            Hide();
        }