2 using System.Collections.Generic;
24 public dynamic _Documento
26 get {
return _oDocumento; }
27 set { _oDocumento = value; }
29 private dynamic _oDocumento;
41 this.Text =
"Búsqueda rápida de precios";
42 this.Click +=
new EventHandler(btBusquedaRapidaPrecios_Click);
52 if (this._Documento != null && _GridArt != null && _GridArt.
_Grid.CurrentRow != null &&
53 _GridArt.
_Grid.CurrentRow.Index >= 0 && _GridArt.
_Grid.CurrentRow.Index < _GridArt.
_Grid.Rows.Count)
ewgrid _Grid
Proporciona acceso al control DataGrid
btBusquedaRapidaPrecios()
Constructor
Interfaz utilizada en los controles que se añaden en los perfiles
Clase para grids de artículos de documentos de venta.
PE90058, PE-90425 boton búsqueda rápida precios
Classe base dels documents.
void btBusquedaRapidaPrecios_Click(object sender, EventArgs e)
Carga del formulario de búsqueda rápida de precios