Exemplo n.º 1
0
        private void inventoryReportToolStripMenuItem_Click(object sender, EventArgs e)
        {
            Stock_Information_Reports sr = new Stock_Information_Reports();

            sr.MdiParent = this;
            sr.Show();
        }
Exemplo n.º 2
0
        private void lblreorder_Click(object sender, EventArgs e)
        {
            Stock_Information_Reports sr = new Stock_Information_Reports();

            sr.MdiParent = this;
            sr.Show();
        }