| author | bastiena |
| Mon, 24 Sep 2012 15:20:10 +0200 | |
| changeset 124 | d2b4682dc9cc |
| parent 28 | 9ccef81f02ab |
| permissions | -rw-r--r-- |
<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>