private void Button_Click(object sender, RoutedEventArgs e) {
     CadastroCliente cadastro = new CadastroCliente();
     cadastro.Show();
 }
Example #2
0
        private void Button_Click(object sender, RoutedEventArgs e)
        {
            CadastroCliente cadastro = new CadastroCliente();

            cadastro.Show();
        }