示例#1
0
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.VentanaPrincipal = ((ExtractorFicherosWPF.MainWindow)(target));
                return;

            case 2:
                this.MiMenu = ((System.Windows.Controls.Menu)(target));
                return;

            case 3:
                this.MiMenu_Archivo = ((System.Windows.Controls.MenuItem)(target));
                return;

            case 4:
                this.MiMenu_Salir = ((System.Windows.Controls.MenuItem)(target));

            #line 13 "..\..\MainWindow.xaml"
                this.MiMenu_Salir.Click += new System.Windows.RoutedEventHandler(this.MiMenu_Salir_Click);

            #line default
            #line hidden
                return;

            case 5:
                this.MiMenu_Instrucciones = ((System.Windows.Controls.MenuItem)(target));

            #line 14 "..\..\MainWindow.xaml"
                this.MiMenu_Instrucciones.Click += new System.Windows.RoutedEventHandler(this.MiMenu_Instrucciones_Click);

            #line default
            #line hidden
                return;

            case 6:
                this.MiMenu_Ayuda = ((System.Windows.Controls.MenuItem)(target));
                return;

            case 7:
                this.MiMenu_Git = ((System.Windows.Controls.MenuItem)(target));
                return;

            case 8:
                this.MiMenu_Git_Pablo = ((System.Windows.Controls.MenuItem)(target));

            #line 21 "..\..\MainWindow.xaml"
                this.MiMenu_Git_Pablo.Click += new System.Windows.RoutedEventHandler(this.MiMenu_Git_Click);

            #line default
            #line hidden
                return;

            case 9:
                this.MiMenu_Git_Adrian = ((System.Windows.Controls.MenuItem)(target));

            #line 26 "..\..\MainWindow.xaml"
                this.MiMenu_Git_Adrian.Click += new System.Windows.RoutedEventHandler(this.MiMenu_Git_Click);

            #line default
            #line hidden
                return;

            case 10:
                this.MiMenu_Acerca = ((System.Windows.Controls.MenuItem)(target));

            #line 32 "..\..\MainWindow.xaml"
                this.MiMenu_Acerca.Click += new System.Windows.RoutedEventHandler(this.MiMenu_Acerca_Click);

            #line default
            #line hidden
                return;

            case 11:
                this.Path_Origen = ((System.Windows.Controls.TextBox)(target));
                return;

            case 12:
                this.Path_Destino = ((System.Windows.Controls.TextBox)(target));
                return;

            case 13:
                this.BotonExaminar_Origen = ((System.Windows.Controls.Button)(target));

            #line 41 "..\..\MainWindow.xaml"
                this.BotonExaminar_Origen.Click += new System.Windows.RoutedEventHandler(this.BotonExaminar_Click);

            #line default
            #line hidden
                return;

            case 14:
                this.BotonExaminar_Destino = ((System.Windows.Controls.Button)(target));

            #line 42 "..\..\MainWindow.xaml"
                this.BotonExaminar_Destino.Click += new System.Windows.RoutedEventHandler(this.BotonExaminar_Click);

            #line default
            #line hidden
                return;

            case 15:
                this.BotonIniciar = ((System.Windows.Controls.Button)(target));

            #line 43 "..\..\MainWindow.xaml"
                this.BotonIniciar.Click += new System.Windows.RoutedEventHandler(this.BotonIniciar_Click);

            #line default
            #line hidden
                return;

            case 16:
                this.TextBox_TodoBien = ((System.Windows.Controls.TextBlock)(target));
                return;

            case 17:
                this.rbSinDll = ((System.Windows.Controls.RadioButton)(target));
                return;

            case 18:
                this.rbConDll = ((System.Windows.Controls.RadioButton)(target));

            #line 46 "..\..\MainWindow.xaml"
                this.rbConDll.Checked += new System.Windows.RoutedEventHandler(this.rbConDll_Checked);

            #line default
            #line hidden
                return;

            case 19:
                this.Version = ((System.Windows.Controls.TextBlock)(target));

            #line 47 "..\..\MainWindow.xaml"
                this.Version.MouseEnter += new System.Windows.Input.MouseEventHandler(this.Version_MouseEnter);

            #line default
            #line hidden
                return;

            case 20:
                this.BarraProgreso = ((System.Windows.Controls.ProgressBar)(target));
                return;
            }
            this._contentLoaded = true;
        }
示例#2
0
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.VentanaPrincipal = ((ExtractorFicherosWPF.MainWindow)(target));
                return;

            case 2:
                this.MiMenu = ((System.Windows.Controls.Menu)(target));
                return;

            case 3:
                this.MiMenu_Archivo = ((System.Windows.Controls.MenuItem)(target));
                return;

            case 4:
                this.MiMenu_Salir = ((System.Windows.Controls.MenuItem)(target));

            #line 13 "..\..\MainWindow.xaml"
                this.MiMenu_Salir.Click += new System.Windows.RoutedEventHandler(this.MiMenu_Salir_Click);

            #line default
            #line hidden
                return;

            case 5:
                this.MiMenu_Ayuda = ((System.Windows.Controls.MenuItem)(target));
                return;

            case 6:
                this.MiMenu_Git = ((System.Windows.Controls.MenuItem)(target));
                return;

            case 7:
                this.MiMenu_Git_Pablo = ((System.Windows.Controls.MenuItem)(target));

            #line 20 "..\..\MainWindow.xaml"
                this.MiMenu_Git_Pablo.Click += new System.Windows.RoutedEventHandler(this.MiMenu_Git_Pablo_Click);

            #line default
            #line hidden
                return;

            case 8:
                this.MiMenu_Git_Adrian = ((System.Windows.Controls.MenuItem)(target));

            #line 25 "..\..\MainWindow.xaml"
                this.MiMenu_Git_Adrian.Click += new System.Windows.RoutedEventHandler(this.MiMenu_Git_Adrian_Click);

            #line default
            #line hidden
                return;

            case 9:
                this.MiMenu_Acerca = ((System.Windows.Controls.MenuItem)(target));

            #line 31 "..\..\MainWindow.xaml"
                this.MiMenu_Acerca.Click += new System.Windows.RoutedEventHandler(this.MiMenu_Acerca_Click);

            #line default
            #line hidden
                return;

            case 10:
                this.Path_Origen = ((System.Windows.Controls.TextBox)(target));
                return;

            case 11:
                this.Path_Destino = ((System.Windows.Controls.TextBox)(target));
                return;

            case 12:
                this.BotonExaminar_Origen = ((System.Windows.Controls.Button)(target));

            #line 40 "..\..\MainWindow.xaml"
                this.BotonExaminar_Origen.Click += new System.Windows.RoutedEventHandler(this.BotonExaminar_Origen_Click);

            #line default
            #line hidden
                return;

            case 13:
                this.BotonExaminar_Destino = ((System.Windows.Controls.Button)(target));

            #line 41 "..\..\MainWindow.xaml"
                this.BotonExaminar_Destino.Click += new System.Windows.RoutedEventHandler(this.BotonExaminar_Destino_Click);

            #line default
            #line hidden
                return;

            case 14:
                this.BotonIniciar = ((System.Windows.Controls.Button)(target));

            #line 42 "..\..\MainWindow.xaml"
                this.BotonIniciar.Click += new System.Windows.RoutedEventHandler(this.BotonIniciar_Click);

            #line default
            #line hidden
                return;

            case 15:
                this.TextBox_TodoBien = ((System.Windows.Controls.TextBlock)(target));
                return;
            }
            this._contentLoaded = true;
        }