using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace WinAlfred.Plugin.System { public class CMD:IPlugin { public List Query(Query query) { throw new NotImplementedException(); } public void Init() { throw new NotImplementedException(); } } }