Exemplo n.º 1
0
        //NETSTORE 3
        private void Netstore3MenuItem_Click(object sender, EventArgs e)
        {
            Form netstoreThree = new frmNetstore3();

            netstoreThree.MdiParent = this;
            netstoreThree.Show();
        }
Exemplo n.º 2
0
        private void StripBtnNetThree_Click(object sender, EventArgs e)
        {
            Form netstoreThree = new frmNetstore3();

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