コード例 #1
0
        private void graficStadis_Click(object sender, EventArgs e)
        {
            Graphic_Products gp = new Graphic_Products();

            gp.ShowDialog();
        }
コード例 #2
0
        private void reporteGraficoDeInventarioToolStripMenuItem_Click(object sender, EventArgs e)
        {
            Graphic_Products gp = new Graphic_Products();

            gp.ShowDialog();
        }