Add progress bar

This commit is contained in:
qianlifeng
2014-01-07 19:27:51 +08:00
parent 13f00edefd
commit a5f3359d32
5 changed files with 106 additions and 18 deletions

View File

@@ -25,6 +25,8 @@ namespace WinAlfred.Plugin.System
public List<Result> Query(Query query)
{
if (string.IsNullOrEmpty(query.RawQuery) || query.RawQuery.EndsWith(" ") || query.RawQuery.Length <= 1) return new List<Result>();
List<Result> results = new List<Result>();
foreach (Result availableResult in availableResults)