Пример #1
0
        private void btnNovoCli_Click(object sender, RoutedEventArgs e)
        {
            CadastrarCliente ccl = new CadastrarCliente();

            ccl.Show();
        }
Пример #2
0
        //Cadastra o cliente
        private void btnNovoCliente_Click(object sender, RoutedEventArgs e)
        {
            CadastrarCliente nova_tela = new CadastrarCliente();

            nova_tela.Show();
        }