Пример #1
0
        private void buttonItem2_Click_1(object sender, EventArgs e)
        {
            Ventas Ven = new Ventas();

            //Ven.MdiParent = this;
            Ven.Show();

            //cierra todo el formulario
            FormCLos.DesecharResto(Ven, this);
            FormCLos.DesecharTodo(Ven, this);
        }
Пример #2
0
        private void buttonItem12_Click_3(object sender, EventArgs e)
        {
            Ventas vent = new Ventas();

            vent.MdiParent = this;
            vent.Show();

            //cierra todo el formulario
            FormCLos.DesecharResto(vent, this);
            FormCLos.DesecharTodo(vent, this);
        }
Пример #3
0
        private void btnVentas_Click(object sender, EventArgs e)
        {
            Ventas _ventas = new Ventas();

            _ventas.Show();
        }