Пример #1
0
 private void But_AbrirListadoBeneficioPensionado_Click(object sender) {
     try{
         __doc_guardado = false;
         this._debolimpiar = false;
         _ListaPensionado = new Objs.Controles.ListaPensionadosBeneficio((Empresa.Docente.tlistadopensionadosenbeneficio)sender);
         pag_trans.ShowPage(_ListaPensionado);
     }
     catch { 
     
     }
 }
 void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
     switch (connectionId)
     {
     case 1:
     this.ListaPensionadosBeneficio_control = ((SIC.Objs.Controles.ListaPensionadosBeneficio)(target));
     return;
     case 2:
     
     #line 13 "..\..\..\..\Objs\Controles\ListaPensionadosBeneficio.xaml"
     ((System.Windows.Input.CommandBinding)(target)).CanExecute += new System.Windows.Input.CanExecuteRoutedEventHandler(this.cm_agregardocente_canexecute);
     
     #line default
     #line hidden
     
     #line 13 "..\..\..\..\Objs\Controles\ListaPensionadosBeneficio.xaml"
     ((System.Windows.Input.CommandBinding)(target)).Executed += new System.Windows.Input.ExecutedRoutedEventHandler(this.cm_agregardocente_execute);
     
     #line default
     #line hidden
     return;
     case 3:
     this.datagrid1 = ((Xceed.Wpf.DataGrid.DataGridControl)(target));
     return;
     case 4:
     this.But_Agregar = ((System.Windows.Controls.Button)(target));
     
     #line 62 "..\..\..\..\Objs\Controles\ListaPensionadosBeneficio.xaml"
     this.But_Agregar.Click += new System.Windows.RoutedEventHandler(this.But_Agregar_Click);
     
     #line default
     #line hidden
     return;
     case 5:
     this.But_Borrar = ((System.Windows.Controls.Button)(target));
     return;
     }
     this._contentLoaded = true;
 }