mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-05 10:46:33 +02:00
16 lines
291 B
C#
16 lines
291 B
C#
|
|
using System.Windows.Controls;
|
|||
|
|
|
|||
|
|
namespace PowerLauncher
|
|||
|
|
{
|
|||
|
|
/// <summary>
|
|||
|
|
/// Interaction logic for ResultList.xaml
|
|||
|
|
/// </summary>
|
|||
|
|
public partial class ResultList : UserControl
|
|||
|
|
{
|
|||
|
|
public ResultList()
|
|||
|
|
{
|
|||
|
|
InitializeComponent();
|
|||
|
|
}
|
|||
|
|
}
|
|||
|
|
}
|