Esempio n. 1
0
        private void toolStripMenuItem4_Click(object sender, EventArgs e)
        {
            try
            {
                presentation_layer.اداره_المنتجات m = new presentation_layer.اداره_المنتجات();
                m.MdiParent = this;

                m.Show();
            }
            catch (Exception ex)
            {
                MessageBox.Show(ex.Message);
            }
        }