目前的解决办法,在DocumentCompleted中加上:
if (!e.Url.Equals(wbsChaseFootprint.Url))
{
//not actually complete, do nothing
return;
}
目前的解决办法,在DocumentCompleted中加上:
if (!e.Url.Equals(wbsChaseFootprint.Url))
{
//not actually complete, do nothing
return;
}