void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
     switch (connectionId)
     {
     case 1:
     this.us_mantenimiento_procesos_control = ((SIC.us_mantenimiento_procesos)(target));
     return;
     case 2:
     this.LayoutRoot = ((System.Windows.Controls.Grid)(target));
     return;
     case 3:
     this.Tab_Docente = ((System.Windows.Controls.TabControl)(target));
     return;
     case 4:
     this.Tabi_Docente = ((System.Windows.Controls.TabItem)(target));
     return;
     case 5:
     this.Solicitante = ((System.Windows.Controls.Grid)(target));
     return;
     case 6:
     this.border_Copy4 = ((System.Windows.Controls.Border)(target));
     return;
     case 7:
     this.usc_buscarPersona = ((Contrato.objects.paginas.ERBuscarPersona)(target));
     return;
     case 8:
     this.com_relacion = ((System.Windows.Controls.ComboBox)(target));
     return;
     case 9:
     this.Txt_RelacionOtros = ((System.Windows.Controls.TextBox)(target));
     return;
     case 10:
     this.Txt_NombreSol = ((System.Windows.Controls.TextBlock)(target));
     return;
     case 11:
     this.Direccion_Solicitante = ((System.Windows.Controls.Grid)(target));
     return;
     case 12:
     this.border_Copy7 = ((System.Windows.Controls.Border)(target));
     return;
     case 13:
     this.But_DireccionSolicitante = ((System.Windows.Controls.Button)(target));
     
     #line 99 "..\..\..\..\Objs\Controles\us_mantenimiento_procesos.xaml"
     this.But_DireccionSolicitante.Click += new System.Windows.RoutedEventHandler(this.But_DireccionSolicitante_Click);
     
     #line default
     #line hidden
     return;
     case 14:
     this.Contactos_Solicitante = ((System.Windows.Controls.Grid)(target));
     return;
     case 15:
     this.border_Copy6 = ((System.Windows.Controls.Border)(target));
     return;
     case 16:
     this.But_ContactoSolicitante = ((System.Windows.Controls.Button)(target));
     
     #line 117 "..\..\..\..\Objs\Controles\us_mantenimiento_procesos.xaml"
     this.But_ContactoSolicitante.Click += new System.Windows.RoutedEventHandler(this.But_ContactoSolicitante_Click);
     
     #line default
     #line hidden
     return;
     case 17:
     this.Tabi_Discapacidad = ((System.Windows.Controls.TabItem)(target));
     return;
     case 18:
     this.Datos = ((System.Windows.Controls.Grid)(target));
     return;
     case 19:
     this.border_Copy2 = ((System.Windows.Controls.Border)(target));
     return;
     case 20:
     this.Com_OrigenSiniestro = ((System.Windows.Controls.ComboBox)(target));
     return;
     case 21:
     this.Com_TipoSiniestro = ((System.Windows.Controls.ComboBox)(target));
     return;
     case 22:
     this.Dpk_FechaSolicitud = ((System.Windows.Controls.DatePicker)(target));
     return;
     case 23:
     this.Dpk_FechaSiniestro = ((System.Windows.Controls.DatePicker)(target));
     return;
     case 24:
     this.Requisitos = ((System.Windows.Controls.Grid)(target));
     return;
     case 25:
     this.border_Copy3 = ((System.Windows.Controls.Border)(target));
     return;
     case 26:
     
     #line 188 "..\..\..\..\Objs\Controles\us_mantenimiento_procesos.xaml"
     ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.Button_Click_1);
     
     #line default
     #line hidden
     return;
     case 27:
     this.prg_requisitos = ((System.Windows.Controls.ProgressBar)(target));
     return;
     case 28:
     this.Txt_requisitos = ((System.Windows.Controls.TextBlock)(target));
     return;
     case 29:
     this.Txt_PorcientoPension = ((System.Windows.Controls.TextBlock)(target));
     return;
     case 30:
     this.Txt_Detalles = ((System.Windows.Controls.TextBox)(target));
     return;
     case 31:
     this.Dpk_FConcrecion = ((System.Windows.Controls.DatePicker)(target));
     return;
     case 32:
     this.Txt_PorcientoDiscapacidad = ((System.Windows.Controls.TextBox)(target));
     return;
     case 33:
     this.But_Calcular = ((System.Windows.Controls.Button)(target));
     return;
     case 34:
     this.Com_OrigenBeneficio = ((System.Windows.Controls.ComboBox)(target));
     return;
     case 35:
     this.Pasos = ((System.Windows.Controls.Grid)(target));
     return;
     case 36:
     this.border_Copy5 = ((System.Windows.Controls.Border)(target));
     return;
     case 37:
     this.gridview1 = ((System.Windows.Controls.DataGrid)(target));
     
     #line 267 "..\..\..\..\Objs\Controles\us_mantenimiento_procesos.xaml"
     this.gridview1.MouseDoubleClick += new System.Windows.Input.MouseButtonEventHandler(this.gridview1_MouseDoubleClick);
     
     #line default
     #line hidden
     return;
     case 38:
     this.usc_aseguradora = ((SIC.Objs.Controles.ERSuplidormini)(target));
     return;
     case 39:
     this.But_Completar = ((System.Windows.Controls.Button)(target));
     
     #line 320 "..\..\..\..\Objs\Controles\us_mantenimiento_procesos.xaml"
     this.But_Completar.Click += new System.Windows.RoutedEventHandler(this.But_Completar_Click);
     
     #line default
     #line hidden
     return;
     case 40:
     this.pro_barglobal = ((System.Windows.Controls.ProgressBar)(target));
     return;
     case 41:
     this.But_Tiempos = ((System.Windows.Controls.Button)(target));
     return;
     }
     this._contentLoaded = true;
 }
Beispiel #2
0
 private void But_PJ_Click(object sender, RoutedEventArgs e){
     proc = new us_mantenimiento_procesos();
     pag_trans.ShowPage(proc);
 }