private void button1_Click(object sender, EventArgs e) { var mensaje = Funciones.actualizardulces(Int32.Parse(txtid.Text), txtusuario.Text); MessageBox.Show(mensaje); }
private void button1_Click(object sender, EventArgs e) { dataGridView1.DataSource = Funciones.veralmacen(); }
private void btnlogin_Click(object sender, EventArgs e) { var mensaje = Funciones.actualizar(Int32.Parse(txtid.Text), txtusuario.Text, txtcontraseña.Text); MessageBox.Show(mensaje); }
private void btnlogin_Click(object sender, EventArgs e) { var mensaje = Funciones.eliminardulces(Int32.Parse(txtid.Text)); MessageBox.Show(mensaje); }