Esempio n. 1
0
        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();
            }
        }
Esempio n. 2
0
        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();
            }
        }