mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-06 11:16:51 +02:00
Refactoring Query Dispatch
half lines of code :)
This commit is contained in:
@@ -2,8 +2,8 @@
|
||||
{
|
||||
public class PluginPair
|
||||
{
|
||||
public IPlugin Plugin { get; set; }
|
||||
public PluginMetadata Metadata { get; set; }
|
||||
public IPlugin Plugin { get; internal set; }
|
||||
public PluginMetadata Metadata { get; internal set; }
|
||||
|
||||
internal long InitTime { get; set; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user