예제 #1
0
        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();
        }
예제 #2
0
        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();
        }