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

            gp.ShowDialog();
        }
Exemplo n.º 2
0
        private void reporteGraficoDeInventarioToolStripMenuItem_Click(object sender, EventArgs e)
        {
            Graphic_Products gp = new Graphic_Products();

            gp.ShowDialog();
        }