public FrmMain() { InitializeComponent(); this.InicializarBarraBusqueda(); this.Text = "TPV version " + Application.ProductVersion; this.PonHoraReloj(); this.CargaDatosUsuario(); this.ModoBarra = MODO_BARRA_BUSQ.BUSQUEDA; }
private void BtnModoAlmacen_Click(object sender, EventArgs e) { this.ModoBarra = MODO_BARRA_BUSQ.ALMACEN; }
private void BtnModoBusqueda_Click(object sender, EventArgs e) { this.ModoBarra = MODO_BARRA_BUSQ.BUSQUEDA; }