Exemplo n.º 1
0
        private void handleWordFound(Word word)
        {
            Word shortestWord = getShortestWord();

            if (shortestWord != null)
            {
                NotificationSystem.CreateHintNotification(word.word);
            }
        }