AutoWikiBrowser.MainForm.SkipRedirect C# (CSharp) Метод

SkipRedirect() приватный Метод

private SkipRedirect ( string reason ) : void
reason string
Результат 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