Пример #1
0
        private void اعضاToolStripMenuItem1_Click(object sender, EventArgs e)
        {
            SearchPersonal s = new SearchPersonal();

            s.MdiParent = this;
            s.Show();
        }
Пример #2
0
        private void جToolStripMenuItem_Click(object sender, EventArgs e)
        {
            SearchPersonal s1 = new SearchPersonal();

            s1.MdiParent = this;
            s1.Show();
        }
Пример #3
0
        private void label2_Click(object sender, EventArgs e)
        {
            SearchPersonal s1 = new SearchPersonal();

            s1.ShowDialog();
        }