Ejemplo n.º 1
0
        private void formScanOutInitial_Load(object sender, EventArgs e)
        {
            listenerWallets = serviceLayer.GetActiveListenersNotScannedIn();

            foreach (Control control in this.Controls)
            {
                control.PreviewKeyDown += new PreviewKeyDownEventHandler(control_PreviewKeyDown);
            }

            UpdateDisplay(currentItem);
        }