private void button3_Click(object sender, EventArgs e) { Interview_Management im = new Interview_Management(); im.MdiParent = this; im.StartPosition = FormStartPosition.Manual; im.Top = 0; im.Left = 0; if (cf.isChildFormLoaded(im.Name)) { im.Show(); } }
private void applicationScreeningAndInterviewToolStripMenuItem_Click(object sender, EventArgs e) { Interview_Management im = new Interview_Management(); im.MdiParent = this; im.StartPosition = FormStartPosition.Manual; im.Top = 0; im.Left = 0; if (cf.isChildFormLoaded(im.Name)) { im.Show(); } }