mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-06 03:07:04 +02:00
12 lines
225 B
C#
12 lines
225 B
C#
using Windows.UI.Xaml.Controls;
|
|
|
|
namespace PowerLauncher.UI
|
|
{
|
|
public sealed partial class LauncherControl : UserControl
|
|
{
|
|
public LauncherControl()
|
|
{
|
|
InitializeComponent();
|
|
}
|
|
}
|
|
} |