Exemplo n.º 1
0
        private void اسباباعادةالتقيمToolStripMenuItem_Click(object sender, EventArgs e)
        {
            if (ActiveMdiChild != null)
            {
                ActiveMdiChild.Close();
            }
            reasons_search f = new reasons_search();

            f.WindowState = FormWindowState.Maximized;
            f.MdiParent   = this;
            f.Show();
        }
Exemplo n.º 2
0
        public asset_reevaluation(reasons_search r)

        {
            this.r = r;
            InitializeComponent();
        }