private void المخازنToolStripMenuItem_Click(object sender, EventArgs e) { if (ActiveMdiChild != null) { ActiveMdiChild.Close(); } search_store f = new search_store(); f.WindowState = FormWindowState.Maximized; f.MdiParent = this; f.Show(); }
public store(search_store ss) { this.ss = ss; InitializeComponent(); }