コード例 #1
0
 private void Button_Click(object sender, RoutedEventArgs e) {
     CadastroCliente cadastro = new CadastroCliente();
     cadastro.Show();
 }
コード例 #2
0
        private void Button_Click(object sender, RoutedEventArgs e)
        {
            CadastroCliente cadastro = new CadastroCliente();

            cadastro.Show();
        }