private void Button_Click_4(object sender, RoutedEventArgs e) { WPF_ListaClientes wa = new WPF_ListaClientes(); wa.Owner = Window.GetWindow(this); wa.Owner.Name = "wpf_clientes"; wa.Show(); }
private void tlListadoClientes_Click(object sender, RoutedEventArgs e) { WPF_ListaClientes wa = new WPF_ListaClientes(); wa.Owner = Window.GetWindow(this); wa.Owner.Name = "wpf_menu"; wa.ShowDialog(); }