Exemplo n.º 1
0
        private void verCajasToolStripMenuItem_Click(object sender, EventArgs e)
        {
            var caja = new Presentacion.Core.Caja.Caja();

            caja.ShowDialog();
        }
Exemplo n.º 2
0
        private void btnCajas_Click(object sender, EventArgs e)
        {
            var caja = new Presentacion.Core.Caja.Caja();

            caja.ShowDialog();
        }