private void tb_cod_lis_KeyDown(object sender, KeyEventArgs e)
 {
     if (e.KeyData == Keys.Up)
     {
         CREARSIS._6_CMR.cmr001_lista_precios_.cmr001_01 obj = new CREARSIS._6_CMR.cmr001_lista_precios_.cmr001_01();
         o_mg_glo_bal.mg_ads000_03(obj, this);
     }
 }
 private void tb_cod_lis_ButtonCustomClick(object sender, EventArgs e)
 {
     CREARSIS._6_CMR.cmr001_lista_precios_.cmr001_01 obj = new CREARSIS._6_CMR.cmr001_lista_precios_.cmr001_01();
     o_mg_glo_bal.mg_ads000_03(obj, this);
 }