private void handling(string source) { mainForm.getSourceToDictForm(source); setHTMLSource(source); mainForm.resetTextMachineTranslationForm(); mainForm.translationMachine(source); mainForm.predictSemantic(source); mainForm.hideRTBFuzzymatched(); //mainForm.replacePreviewForm(getListSegment()); colorSegment(); }