private void trafficlightTimer_Tick(object sender, EventArgs e) { foreach (LogicControl LC in logicControls) { LC.HandleQueue(); } }