コード例 #1
0
        void BtnVentaCreditoClick(object sender, EventArgs e)
        {
            VentaCreditoForm oForm = new VentaCreditoForm();

            oForm.MdiParent = this;
            oForm.Show();
        }
コード例 #2
0
        void VentaACreditoToolStripMenuItemClick(object sender, EventArgs e)
        {
            VentaCreditoForm oForm = new VentaCreditoForm();

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