AutoWikiBrowser.MainForm.ReparseEditBoxBackground C# (CSharp) Method

ReparseEditBoxBackground() private method

Runs ProcessPage and UpdateCurrentTypoStats as background jobs for reparse edit box
private ReparseEditBoxBackground ( ) : void
return void
        private void ReparseEditBoxBackground()
        {
            ProcessPage(TheArticle, false);

            ErrorHandler.CurrentPage = "";
        }
MainForm