AutoWikiBrowser.MainForm.SkipRedirect C# (CSharp) Method

SkipRedirect() private method

private SkipRedirect ( string reason ) : void
reason string
return void
        private void SkipRedirect(string reason)
        {
            // if we didn't do this, we were writing the SkipPage info to the AWBLogListener belonging to the object redirect
            // and resident in the MyTrace collection, but then attempting to add TheArticle's log listener to the logging tab
            SkipPage(reason);
        }
MainForm