- 중간 커밋

This commit is contained in:
2017-01-26 15:41:25 +09:00
parent df0ee31d18
commit 16733892b7
20 changed files with 171 additions and 148 deletions

View File

@@ -113,7 +113,11 @@ namespace NewsCrawler
public static bool IsDebugging()
{
#if DEBUG
return Debugger.IsAttached;
#else
return false;
#endif
}
public static string GetConfigPath()