private void expenditureToolStripMenuItem_Click(object sender, EventArgs e) { expenditure ex = new expenditure(); ex.MdiParent = this; ex.Show(); }
private void button5_Click(object sender, EventArgs e) { expenditure ex = new expenditure(); ex.Show(); }