private void sourcingAndApplicationToolStripMenuItem_Click(object sender, EventArgs e) { ApplicantProfile ap = new ApplicantProfile(); ap.MdiParent = this; ap.WindowState = FormWindowState.Maximized; ap.Top = 0; ap.Left = 0; ap.Sconn = Sconn; if (cf.isChildFormLoaded(ap.Name)) { ap.Show(); } }
private void button2_Click(object sender, EventArgs e) { ApplicantProfile ap = new ApplicantProfile(); ap.MdiParent = this; ap.WindowState = FormWindowState.Maximized; ap.Top = 0; ap.Left = 0; ap.Sconn = Sconn; if (cf.isChildFormLoaded(ap.Name)) { ap.Show(); } }