update
This commit is contained in:
@@ -157,6 +157,13 @@ namespace NewsCrawler
|
||||
LoadCodeType(strPath, CODE_TYPE.DENIAL);
|
||||
}
|
||||
|
||||
public void ClearDuplicatedList()
|
||||
{
|
||||
string strPath = Util.GetConfigPath() + "/code-duplicated.txt";
|
||||
File.WriteAllBytes(strPath, new byte[] { });
|
||||
LoadCodeType(strPath, CODE_TYPE.DUPLICATED);
|
||||
}
|
||||
|
||||
public void LoadDuplicatedList()
|
||||
{
|
||||
string strPath = Util.GetConfigPath()+"/code-duplicated.txt";
|
||||
|
||||
Reference in New Issue
Block a user