Replace Niels Code references

This commit is contained in:
Barbara Kudiess
2020-03-27 15:32:37 -07:00
parent 64a4451868
commit f95bc17e39
3 changed files with 5 additions and 17 deletions

View File

@@ -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);