private void toolStripButton8_Click(object sender, EventArgs e) { MonthlyCollection mc = new MonthlyCollection(); mc.MdiParent = this; mc.Show(); }
private void mouthlyCollectionsToolStripMenuItem_Click(object sender, EventArgs e) { MonthlyCollection mc = new MonthlyCollection(); mc.MdiParent = this; mc.Show(); }