mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-05 18:57:19 +02:00
Program plugin fully on stylecop (#5964)
This commit is contained in:
@@ -8,10 +8,10 @@ namespace Microsoft.Plugin.Program.Programs
|
||||
{
|
||||
string RetrieveTargetPath(string path);
|
||||
|
||||
string description { get; set; }
|
||||
string Description { get; set; }
|
||||
|
||||
string Arguments { get; set; }
|
||||
|
||||
bool hasArguments { get; set; }
|
||||
bool HasArguments { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user