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

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

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