예제 #1
0
        public frmChild(MdiBasic.frmContainer parent)
        {
            InitializeComponent();

            // Set the parent of the form to the container.
            this.MdiParent = parent;
        }
예제 #2
0
        public frmChild(MdiBasic.frmContainer parent)
        {
            //
            // Required for Windows Form Designer support
            //
            InitializeComponent();

            this.MdiParent = parent;

            //
            // TODO: Add any constructor code after InitializeComponent call
            //
        }