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