중복 키워드 적용
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user