Пример #1
0
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.Ventana_AcercaDe = ((ExtractorFicherosWPF.VentanaAcercaDe_Principal)(target));
                return;

            case 2:
                this.Boton_AcercaDe_Cerrar = ((System.Windows.Controls.Button)(target));

            #line 11 "..\..\VentanaAcercaDe_Principal.xaml"
                this.Boton_AcercaDe_Cerrar.Click += new System.Windows.RoutedEventHandler(this.Boton_AcercaDe_Cerrar_Click);

            #line default
            #line hidden
                return;
            }
            this._contentLoaded = true;
        }
Пример #2
0
        /// <summary>
        /// Abre la ventana "Acerca de"
        /// </summary>
        private void VentanaAcercaDe_Abrir()
        {
            VentanaAcercaDe_Principal ventanaAcercaDe = new VentanaAcercaDe_Principal();

            ventanaAcercaDe.ShowDialog();
        }