중복 키워드 적용

This commit is contained in:
2018-01-01 18:32:02 +09:00
parent ae919bdc95
commit b4e3d0d87b
5 changed files with 104 additions and 9 deletions

View File

@@ -119,6 +119,16 @@ namespace NewsCrawler
{
m_Listener.ApplySynonym();
}
private void btnDuplicatedKeywordEdit_Click(object sender, EventArgs e)
{
OpenFile("/keyword-duplicated.txt");
}
private void btnDuplicatedKeywordApply_Click(object sender, EventArgs e)
{
m_Listener.ApplyDuplicatedKeyword();
}
#endregion
#region Buy