PowerToys/WinAlfred/Commands/SystemCommand.cs

17 lines
265 B
C#
Raw Normal View History

2014-01-03 18:16:05 +08:00
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using WinAlfred.Plugin;
namespace WinAlfred.Commands
{
public class SystemCommand
{
public void Dispatch(Query query)
{
}
}
}