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

@@ -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";
}
}
}
}