Пример #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 AgregarProducto_Load(object sender, EventArgs e)
 {
     timer1.Enabled  = true;
     timer1.Interval = 60; //Intervalos de 60 segundos
     marcar.comboCategorias(comboCategoria);
 }