//LISTAR private void button_Click_1(object sender, RoutedEventArgs e) { Wpf_ListaClientes lista_clientes = new Wpf_ListaClientes(this); lista_clientes.Show(); lista_clientes.btn_Traspasar.Visibility = Visibility; }
private void btn_LstClnt_Click(object sender, RoutedEventArgs e) { Wpf_ListaClientes lc = new Wpf_ListaClientes(); lc.Show(); }