コード例 #1
0
        private void inventoryReportToolStripMenuItem_Click(object sender, EventArgs e)
        {
            Stock_Information_Reports sr = new Stock_Information_Reports();

            sr.MdiParent = this;
            sr.Show();
        }
コード例 #2
0
        private void lblreorder_Click(object sender, EventArgs e)
        {
            Stock_Information_Reports sr = new Stock_Information_Reports();

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