Пример #1
0
        private void AceptarProductosBtn_Click(object sender, EventArgs e)
        {
            this.Hide();
            GestionDeMesas gm = (GestionDeMesas)Form.ActiveForm;

            gm.RellenarProductos();
        }
        private void CargarPlanoBt_Click(object sender, EventArgs e)
        {
            DatosEstaticos.simulacionOn = 2;
            GestionDeMesas gm = new GestionDeMesas();

            this.Hide();
            gm.Show();
        }