We don't need use ping to test website speed

This commit is contained in:
bao-qian
2016-05-05 20:26:19 +01:00
parent 9191cae144
commit 923f4ed045
2 changed files with 12 additions and 23 deletions

View File

@@ -55,9 +55,9 @@ namespace Wox.Plugin
event ResultUpdatedEventHandler ResultsUpdated;
}
public delegate void ResultUpdatedEventHandler(IResultUpdated sender, ResultUpdatedEventHandlerArgs e);
public delegate void ResultUpdatedEventHandler(IResultUpdated sender, ResultUpdatedEventArgs e);
public class ResultUpdatedEventHandlerArgs
public class ResultUpdatedEventArgs : EventArgs
{
public List<Result> Results;
public Query Query;