mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-05 10:46:33 +02:00
Replace Niels Code references
This commit is contained in:
@@ -254,18 +254,6 @@ namespace PowerLauncher
|
||||
global::PowerLauncher.UI.LauncherControl userControl =
|
||||
windowsXamlHost.GetUwpInternalObject() as global::PowerLauncher.UI.LauncherControl;
|
||||
|
||||
if (userControl != null)
|
||||
{
|
||||
userControl.XamlIslandMessage = this.WPFMessage;
|
||||
}
|
||||
}
|
||||
|
||||
public string WPFMessage
|
||||
{
|
||||
get
|
||||
{
|
||||
return "Binding from WPF to UWP XAML";
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user