mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-10 05:06:36 +02:00
Add system commands
This commit is contained in:
13
WinAlfred.Plugin/PluginType.cs
Normal file
13
WinAlfred.Plugin/PluginType.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
|
||||
namespace WinAlfred.Plugin
|
||||
{
|
||||
public enum PluginType
|
||||
{
|
||||
System,
|
||||
ThirdParty
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user