Пример #1
0
        private void EditarProducto_Load(object sender, EventArgs e)
        {
            timer1.Enabled  = true;
            timer1.Interval = 60; //Intervalos de 60 segundos

            tableModificarP.DataSource = marcar.vistaProductos("");
            marcar.comboCategorias(comboCategoria);
        }
Пример #2
0
 private void VerProductos_Load(object sender, EventArgs e)
 {
     dataGridView1.DataSource = marcar.vistaProductos("");
     marcar.autoCompletar(buscar);
 }
 private void EliminarProducto_Load(object sender, EventArgs e)
 {
     timer1.Enabled            = true;
     timer1.Interval           = 60;
     tablaProductos.DataSource = marcar.vistaProductos("");
 }