Flow.Launcher/Flow.Launcher/Resources/Controls/InstalledPluginDisplayKeyword.xaml.cs

11 lines
235 B
C#

using System.Windows.Controls;
namespace Flow.Launcher.Resources.Controls;
public partial class InstalledPluginDisplayKeyword : UserControl
{
public InstalledPluginDisplayKeyword()
{
InitializeComponent();
}
}