Beispiel #1
0
        private void btnAlterarDados_Click(object sender, RoutedEventArgs e)

        {
            CadastroA ca = new CadastroA(a);

            ca.ShowDialog();
        }
Beispiel #2
0
        private void BtnAutonomo_Click(object sender, RoutedEventArgs e)
        {
            CadastroA c = new CadastroA();

            c.ShowDialog();
        }