Example #1
0
        //Laat menuitems buttons zien bij opstart
        private void ShowLunchStart()
        {
            List <Button> btnList = null;

            btnList = menuItemService.MenuItemNaarButton(this.CategorieLunch, this.FLPLunchVoor);
            foreach (Button x in btnList)
            {
                x.Click += new EventHandler(button_Click);
            }
        }