예제 #1
0
        private void RegistrarEstudianteButton_Click(object sender, RoutedEventArgs e)
        {
            RegistrarPersona rp = new RegistrarPersona();

            rp.ShowDialog();
        }