示例#1
0
        private void icmalFaturaToolStripMenuItem_Click(object sender, EventArgs e)
        {
            E00_3 mxf = new E00_3();

            mxf.MdiParent = this;
            mxf.Show();
        }
示例#2
0
        private void icmalFaturaToolStripMenuItem_Click(object sender, EventArgs e)
        {
            E00_3 mxf = new E00_3();
            mxf.MdiParent = this;
            mxf.Show();

        }