mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-06 03:07:04 +02:00
rename
This commit is contained in:
15
Plugins/Wox.Plugin.Program/ProgramSources/Program.cs
Normal file
15
Plugins/Wox.Plugin.Program/ProgramSources/Program.cs
Normal file
@@ -0,0 +1,15 @@
|
||||
using System;
|
||||
|
||||
namespace Wox.Plugin.Program
|
||||
{
|
||||
[Serializable]
|
||||
public class Program
|
||||
{
|
||||
public string Title { get; set; }
|
||||
public string IcoPath { get; set; }
|
||||
public string Path { get; set; }
|
||||
public string Directory { get; set; }
|
||||
public string ExecutableName { get; set; }
|
||||
public int Score { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user