mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-02-24 04:00:02 +01:00
6 lines
110 B
C#
6 lines
110 B
C#
|
|
namespace Wox.Plugin.Program.Views.Models
|
|
{
|
|
public class ProgramSource : Settings.ProgramSource { }
|
|
}
|