示例#1
0
        private void expenditureToolStripMenuItem_Click(object sender, EventArgs e)
        {
            expenditure ex = new expenditure();

            ex.MdiParent = this;
            ex.Show();
        }
示例#2
0
        private void button5_Click(object sender, EventArgs e)
        {
            expenditure ex = new expenditure();

            ex.Show();
        }