@@ -113,7 +113,11 @@ namespace NewsCrawler
public static bool IsDebugging()
{
#if DEBUG
return Debugger.IsAttached;
#else
return false;
#endif
}
public static string GetConfigPath()
The note is not visible to the blocked user.