Пример #1
0
        public static int getProgIndexFromKeyChar(char thisChar)
        {
            int foundIndex = -1;

            if (extinfoNow != null)
            {
                foundIndex = extinfoNow.getProgIndexFromKeyChar(thisChar);
            }
            return(foundIndex);
        }