Пример #1
0
        private void WordsInsertChange(int position, int length)
        {
            wrTested = InsertInRegion(position);

            if (wrTested == null) { DeactiveMonitorWords(); return; }

             wrTested.addCharactersToRegion(length);
        }