Пример #1
0
        //NETSTORE 2
        private void Netstore2MenuItem_Click(object sender, EventArgs e)
        {
            Form netstoreTwo = new FrmNetstore2();

            netstoreTwo.MdiParent = this;
            netstoreTwo.Show();
        }
Пример #2
0
        private void StripBtnNetTwo_Click(object sender, EventArgs e)
        {
            Form netstoreTwo = new FrmNetstore2();

            netstoreTwo.MdiParent = this;
            netstoreTwo.Show();
        }