private void btnFaleConoscoDenuncie_Click(object sender, RoutedEventArgs e)
        {
            Fale_Conosco FaleConoscoFechar = new Fale_Conosco();

            this.Close();

            Denuncie FaleConoscoparaDenuncie = new Denuncie();

            FaleConoscoparaDenuncie.Show();
        }
示例#2
0
        private void btnMapaDenuncie_Click(object sender, RoutedEventArgs e)
        {
            MapaView MapaFechar = new MapaView();

            this.Close();

            Denuncie MapaparaDenuncie = new Denuncie();

            MapaparaDenuncie.Show();
        }
示例#3
0
        private void btnCadastroDenuncie_Click(object sender, RoutedEventArgs e)
        {
            Cadastro CadastroFechar = new Cadastro();

            this.Close();

            Denuncie CadastroparaDenuncie = new Denuncie();

            CadastroparaDenuncie.Show();
        }
示例#4
0
        private void btnHomeDenuncie_Click(object sender, RoutedEventArgs e)
        {
            Index IndexFechar = new Index();

            this.Close();

            Denuncie IndexparaDenuncie = new Denuncie();

            IndexparaDenuncie.Show();
        }
示例#5
0
        private void btnDenuncieMapa_Click(object sender, RoutedEventArgs e)
        {
            Denuncie DenuncieFechar = new Denuncie();

            this.Close();

            MapaForms DenuncieparaMapaForms = new MapaForms();

            DenuncieparaMapaForms.Show();
        }
示例#6
0
        private void btnDenuncieEstatisticas_Click(object sender, RoutedEventArgs e)
        {
            Denuncie DenuncieFechar = new Denuncie();

            this.Close();

            Estatisticas DenuncieparaEstatistica = new Estatisticas();

            DenuncieparaEstatistica.Show();
        }
示例#7
0
        private void btnDenuncieCadastro_Click(object sender, RoutedEventArgs e)
        {
            Denuncie DenuncieFechar = new Denuncie();

            this.Close();

            Cadastro DenuncieparaCadastro = new Cadastro();

            DenuncieparaCadastro.Show();
        }
示例#8
0
        private void btnDenuncieDenuncie_Click(object sender, RoutedEventArgs e)
        {
            Denuncie DenuncieFechar = new Denuncie();

            this.Close();

            Denuncie DenuncieparaDenuncie = new Denuncie();

            DenuncieparaDenuncie.Show();
        }
示例#9
0
        private void btnDenuncieDicas_Click(object sender, RoutedEventArgs e)
        {
            Denuncie DenuncieFechar = new Denuncie();

            this.Close();

            Dicas_de_Seguranca DenuncieparaDicas = new Dicas_de_Seguranca();

            DenuncieparaDicas.Show();
        }
示例#10
0
        private void btnDenuncieFaleConosco_Click(object sender, RoutedEventArgs e)
        {
            Denuncie DenuncieFechar = new Denuncie();

            this.Close();

            Fale_Conosco DenuncieparaFaleConosco = new Fale_Conosco();

            DenuncieparaFaleConosco.Show();
        }
示例#11
0
        private void btnDenuncieContatosEmergencias_Click(object sender, RoutedEventArgs e)
        {
            Denuncie DenuncieFechar = new Denuncie();

            this.Close();

            Contatos_Emergencias DenuncieparaContatosEmergenciais = new Contatos_Emergencias();

            DenuncieparaContatosEmergenciais.Show();
        }
示例#12
0
        private void btnDenuncieChat_Click(object sender, RoutedEventArgs e)
        {
            Denuncie DenuncieFechar = new Denuncie();

            this.Close();

            Chat DenuncieparaChat = new Chat();

            DenuncieparaChat.Show();
        }
        private void btnEstatisticaDenuncie_Click(object sender, RoutedEventArgs e)
        {
            Estatisticas EstatisticasFechar = new Estatisticas();

            this.Close();

            Denuncie EstatisticaparaDenuncie = new Denuncie();

            EstatisticaparaDenuncie.Show();
        }
        private void btnContatosDenuncie_Click(object sender, RoutedEventArgs e)
        {
            Contatos_Emergencias ContatosEmergenciaisFechar = new Contatos_Emergencias();

            this.Close();

            Denuncie ContatosEmergenciasparaDenuncie = new Denuncie();

            ContatosEmergenciasparaDenuncie.Show();
        }
示例#15
0
        private void btnChatDenuncie_Click(object sender, RoutedEventArgs e)
        {
            Chat ChatFechar = new Chat();

            this.Close();

            Denuncie ChatparaDenuncie = new Denuncie();

            ChatparaDenuncie.Show();
        }