Пример #1
0
        private void btnDirecciones_Click(object sender, RoutedEventArgs e)
        {
            wnwIdentificarPersona ventana = new wnwIdentificarPersona("Direccion");

            ventana.ShowDialog();
        }
Пример #2
0
        private void btnContactos_Click(object sender, RoutedEventArgs e)
        {
            wnwIdentificarPersona ventana = new wnwIdentificarPersona("Contacto");

            ventana.ShowDialog();
        }