mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-07 19:57:07 +02:00
Fix internal variable
This commit is contained in:
@@ -25,6 +25,6 @@ namespace Wox.Plugin
|
|||||||
|
|
||||||
public class WoxQueryEventArgs
|
public class WoxQueryEventArgs
|
||||||
{
|
{
|
||||||
internal Query Query { get; set; }
|
public Query Query { get; set; }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ namespace Wox.Plugin
|
|||||||
{
|
{
|
||||||
public class Query
|
public class Query
|
||||||
{
|
{
|
||||||
public Query() { }
|
internal Query() { }
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// to allow unit tests for plug ins
|
/// to allow unit tests for plug ins
|
||||||
|
|||||||
Reference in New Issue
Block a user