コード例 #1
0
        private void dispatchNotesToolStripMenuItem_Click_1(object sender, EventArgs e)
        {
            this.Hide();
            DIC dispatchNote = new DIC();

            dispatchNote.Show();
        }
コード例 #2
0
        private void dispatchNotesToolStripMenuItem_Click(object sender, EventArgs e)
        {
            //change page by clicking the item Fill in the page name
            DIC dispatchNote = new DIC();

            dispatchNote.Show();
        }