mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-06 19:26:39 +02:00
Replace Niels Code references
This commit is contained in:
@@ -15,12 +15,12 @@ using Windows.UI.Xaml.Navigation;
|
||||
|
||||
// The User Control item template is documented at https://go.microsoft.com/fwlink/?LinkId=234236
|
||||
|
||||
namespace PowerToysUX.Controls
|
||||
namespace PowerLauncher.UI
|
||||
{
|
||||
public sealed partial class PowerLaunch : UserControl
|
||||
public sealed partial class LauncherControl : UserControl
|
||||
{
|
||||
List<SearchApp> SearchResults;
|
||||
public PowerLaunch()
|
||||
public LauncherControl()
|
||||
{
|
||||
this.InitializeComponent();
|
||||
ShellBarShadow.Receivers.Add(ShadowReceiverGrid);
|
||||
|
||||
Reference in New Issue
Block a user