Пример #1
0
        private void jobDeliverToolStripMenuItem_Click(object sender, EventArgs e)
        {
            // new FrameStyle().Equals( int 2);
            Form sForm = AccountView.Instance();

            sForm.MdiParent = this;
            sForm.Show();
            sForm.Activate();
        }