middleware/extern/TuioServer/Tuio.Test/MainWindow.xaml
author bastiena
Thu, 12 Apr 2012 15:33:25 +0200
changeset 28 9ccef81f02ab
parent 0 6fefd4afe506
permissions -rw-r--r--
Charset set to UTF-8 without bom tab replaced by 4 spaces \r\n replaced by \n in non cs files
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
28
9ccef81f02ab Charset set to UTF-8 without bom
bastiena
parents: 0
diff changeset
     1
<Window x:Class="Tuio.Test.MainWindow"
0
6fefd4afe506 First Import
bastiena
parents:
diff changeset
     2
        xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
6fefd4afe506 First Import
bastiena
parents:
diff changeset
     3
        xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
6fefd4afe506 First Import
bastiena
parents:
diff changeset
     4
        Title="MainWindow" Height="480" Width="640"
6fefd4afe506 First Import
bastiena
parents:
diff changeset
     5
        MouseDown="Window_MouseDown" MouseMove="Window_MouseMove" MouseUp="Window_MouseUp">
6fefd4afe506 First Import
bastiena
parents:
diff changeset
     6
    <Grid>
6fefd4afe506 First Import
bastiena
parents:
diff changeset
     7
        
6fefd4afe506 First Import
bastiena
parents:
diff changeset
     8
    </Grid>
6fefd4afe506 First Import
bastiena
parents:
diff changeset
     9
</Window>