middleware/extern/TuioServer/Tuio.Test/MainWindow.xaml
changeset 0 6fefd4afe506
child 28 9ccef81f02ab
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/middleware/extern/TuioServer/Tuio.Test/MainWindow.xaml	Fri Mar 09 14:52:11 2012 +0100
@@ -0,0 +1,9 @@
+<Window x:Class="Tuio.Test.MainWindow"
+        xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
+        xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
+        Title="MainWindow" Height="480" Width="640"
+        MouseDown="Window_MouseDown" MouseMove="Window_MouseMove" MouseUp="Window_MouseUp">
+    <Grid>
+        
+    </Grid>
+</Window>