mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-12-16 11:48:06 +01:00
12 lines
185 B
C#
12 lines
185 B
C#
|
|
using System;
|
|||
|
|
using System.Collections.Generic;
|
|||
|
|
using System.Linq;
|
|||
|
|
using System.Text;
|
|||
|
|
|
|||
|
|
namespace WinAlfred.Plugin.System
|
|||
|
|
{
|
|||
|
|
public interface ISystemPlugin : IPlugin
|
|||
|
|
{
|
|||
|
|
}
|
|||
|
|
}
|