private void graficStadis_Click(object sender, EventArgs e) { Graphic_Products gp = new Graphic_Products(); gp.ShowDialog(); }
private void reporteGraficoDeInventarioToolStripMenuItem_Click(object sender, EventArgs e) { Graphic_Products gp = new Graphic_Products(); gp.ShowDialog(); }