This commit is contained in:
qianlifeng
2013-12-22 19:35:21 +08:00
parent dcf52085ae
commit 121db63778
761 changed files with 569 additions and 112327 deletions

View File

@@ -11,5 +11,10 @@ namespace WinAlfred.Plugin
public Action Action { get; set; }
public int Score { get; set; }
public List<Result> ContextResults { get; set; }
/// <summary>
/// you don't need to set this property if you are developing a plugin
/// </summary>
public string PluginDirectory { get; set; }
}
}