diff --git a/Example/Example.csproj b/Example/Example.csproj
index 851c645..cb3676b 100644
--- a/Example/Example.csproj
+++ b/Example/Example.csproj
@@ -132,6 +132,10 @@
{07e2de31-80a0-43da-b307-1ca47cd930a1}
Katteker.UserInterface
+
+ {a45e1c59-ba9e-452c-a5e2-50de49d53e92}
+ Katteker
+
diff --git a/Example/MainWindow.xaml b/Example/MainWindow.xaml
index d83c981..acb1c3e 100644
--- a/Example/MainWindow.xaml
+++ b/Example/MainWindow.xaml
@@ -31,8 +31,7 @@
Margin="10,0"
HorizontalAlignment="Stretch"
DockPanel.Dock="Bottom"
- IsActive="True"
- Message="Hello World" />
+ MessageQueue="{Binding MessageQueue}" />