Exemplo n.º 1
0
        private void BtnMostarListado_Click(object sender, RoutedEventArgs e)
        {
            WPF_ListadoClientes wlc = new WPF_ListadoClientes();

            wlc.Owner      = Window.GetWindow(this);
            wlc.Owner.Name = "WPF_ListadoClientes";
            wlc.Show();
        }
Exemplo n.º 2
0
        private void TlListadoClientes_Click(object sender, RoutedEventArgs e)
        {
            WPF_ListadoClientes Lclientes = new WPF_ListadoClientes();

            Lclientes.Owner      = Window.GetWindow(this);
            Lclientes.Owner.Name = "WPFMenu";
            Lclientes.ShowDialog();
        }