Esempio n. 1
0
        void FindElementForm_FindNext(object sender, FindNextEventArgs e)
        {
            if (_currentActiveUIMap == null)
            {
                return;
            }

            _findText = e.Text;
            _currentActiveUIMap.FindNextNode(e.Text);
        }