- Status bar 추가

- webview 삭제
- double click 시 브라우저로 이동
- Dart API 적용
- 종목명 검색 개선
This commit is contained in:
2017-01-09 08:01:43 +09:00
parent f9057cea61
commit 349de89a05
11 changed files with 1430 additions and 691 deletions

View File

@@ -93,6 +93,9 @@ namespace NewsCrawler
public static void Log(LOG_TYPE enType, string strLog)
{
if(strLog.Contains("인덱스"))
Console.WriteLine("ddddddddd");
if(Directory.Exists(GetLogPath()) == false)
Directory.CreateDirectory(GetLogPath());