示例#1
0
        private string GetKeyInput()
        {
            string key = null;

            if (_keyReceiver.IsNewKey)
            {
                key = _keyReceiver.Key();
            }
            return(key);
        }