コード例 #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();
 }