Flow.Launcher/Plugins/Flow.Launcher.Plugin.Program/Views/Models/ProgramSource.cs

6 lines
120 B
C#
Raw Normal View History


2020-04-21 09:12:17 +00:00
namespace Flow.Launcher.Plugin.Program.Views.Models
2019-09-08 12:18:55 +00:00
{
public class ProgramSource : Settings.ProgramSource { }
2019-09-08 12:18:55 +00:00
}