mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-01-18 06:29:44 +08:00
Fix internal variable
This commit is contained in:
parent
444b0b30c3
commit
6e2ad28676
@ -25,6 +25,6 @@ namespace Wox.Plugin
|
||||
|
||||
public class WoxQueryEventArgs
|
||||
{
|
||||
internal Query Query { get; set; }
|
||||
public Query Query { get; set; }
|
||||
}
|
||||
}
|
||||
|
@ -6,7 +6,7 @@ namespace Wox.Plugin
|
||||
{
|
||||
public class Query
|
||||
{
|
||||
public Query() { }
|
||||
internal Query() { }
|
||||
|
||||
/// <summary>
|
||||
/// to allow unit tests for plug ins
|
||||
|
Loading…
Reference in New Issue
Block a user