public frmPagarCuenta(ListPlatillos lPlatillos, DictionaryPedidos dP, ListPlatillosPedidos lPlaPe, AdministraMesa aM) { InitializeComponent(); listPlatillos = lPlatillos; lPLaPedidos = lPlaPe; admMesa = aM; dPedidos = dP; }
public frmAgregaPlatilloV2(ListPlatillos lPlatillos, DictionaryPedidos dP, ListPlatillosPedidos lPlaPe, AdministraMesa aM) { InitializeComponent(); listPlatillos = lPlatillos; lPLaPedidos = lPlaPe; dPedidos = dP; admMesa = aM; }
public frmMenu() { InitializeComponent(); admMesas = new AdministraMesa(); LPlatillos = new ListPlatillos(); lPlaPe = new ListPlatillosPedidos(LPlatillos); dPedidos = new DictionaryPedidos(lPlaPe); }
public frmAgregaPlatilloV2(ListPlatillos lPlatillos, DictionaryPedidos dP, ListPlatillosPedidos lPlaPe, AdministraMesa aM, int numP, int numM, int op2) { InitializeComponent(); listPlatillos = lPlatillos; lPLaPedidos = lPlaPe; dPedidos = dP; admMesa = aM; numPe = numP; numMesa = numM; op = op2; }
public frmReportePlatilloPedido(ListPlatillosPedidos lpp) { InitializeComponent(); lPlaPe = lpp; }
public DictionaryPedidos(ListPlatillosPedidos lPlaPe) { DicPedidos = new Dictionary <int, Pedido>(); lp = lPlaPe; }
public frmAgregaPlatillo(DictionaryPedidos dP, ListPlatillosPedidos lPlaPe) { InitializeComponent(); lPLaPedidos = lPlaPe; dPedidos = dP; }