PowerToys/WinAlfred.Plugin.System/ISystemPlugin.cs

12 lines
185 B
C#
Raw Normal View History

2014-01-03 11:16:05 +01:00
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace WinAlfred.Plugin.System
{
public interface ISystemPlugin : IPlugin
{
}
}