Beispiel #1
0
        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();
            }
        }
Beispiel #2
0
        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();
            }
        }