コード例 #1
0
ファイル: us_indicadores.g.cs プロジェクト: noedelarosa/SIC
 void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
     switch (connectionId)
     {
     case 1:
     this.us_indicadores_control = ((SIC.Objs.Controles.us_indicadores)(target));
     return;
     case 2:
     this.datagrid12 = ((Xceed.Wpf.DataGrid.DataGridControl)(target));
     return;
     case 3:
     this.Direccion_Solicitante = ((System.Windows.Controls.Grid)(target));
     return;
     case 4:
     this.border_Copy7 = ((System.Windows.Controls.Border)(target));
     return;
     case 5:
     this.Txt_Nombre = ((System.Windows.Controls.TextBox)(target));
     return;
     case 6:
     this.Txt_Valoracion = ((System.Windows.Controls.TextBox)(target));
     return;
     case 7:
     this.ch_habilitado = ((System.Windows.Controls.CheckBox)(target));
     return;
     case 8:
     this.But_Refresh = ((System.Windows.Controls.Button)(target));
     
     #line 67 "..\..\..\..\..\Objs\Controles\Visitas\us_indicadores.xaml"
     this.But_Refresh.Click += new System.Windows.RoutedEventHandler(this.But_Refresh_Click);
     
     #line default
     #line hidden
     return;
     }
     this._contentLoaded = true;
 }
コード例 #2
0
 private void But_Indicadores_Click(object sender, System.Windows.RoutedEventArgs e)
 {
     try{
         _indicadores = new Objs.Controles.us_indicadores();
         pag_trans.ShowPage(this._indicadores);
     }
     catch{
     }
 
 }