private void btnReporteAll_Click(object sender, EventArgs e) { ReporteInventario ri = new ReporteInventario(); ri.ShowDialog(); }
private void GenerarReporteInd_Click(object sender, EventArgs e) { ReporteInventario repind = new ReporteInventario(id); repind.ShowDialog(); }