Beispiel #1
0
        void BtnVentaCreditoClick(object sender, EventArgs e)
        {
            VentaCreditoForm oForm = new VentaCreditoForm();

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

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