mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-12-16 11:48:06 +01:00
Add system commands
This commit is contained in:
11
WinAlfred.Plugin.System/ISystemPlugin.cs
Normal file
11
WinAlfred.Plugin.System/ISystemPlugin.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
|
||||
namespace WinAlfred.Plugin.System
|
||||
{
|
||||
public interface ISystemPlugin : IPlugin
|
||||
{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user