| author | bastiena |
| Thu, 12 Apr 2012 15:33:25 +0200 | |
| changeset 28 | 9ccef81f02ab |
| parent 0 | 6fefd4afe506 |
| permissions | -rw-r--r-- |
| 28 | 1 |
<Window x:Class="Tuio.Test.MainWindow" |
| 0 | 2 |
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" |
3 |
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" |
|
4 |
Title="MainWindow" Height="480" Width="640" |
|
5 |
MouseDown="Window_MouseDown" MouseMove="Window_MouseMove" MouseUp="Window_MouseUp"> |
|
6 |
<Grid> |
|
7 |
||
8 |
</Grid> |
|
9 |
</Window> |