diff -r 000000000000 -r 6fefd4afe506 middleware/extern/TuioServer/Tuio.Test/App.xaml.cs --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/middleware/extern/TuioServer/Tuio.Test/App.xaml.cs Fri Mar 09 14:52:11 2012 +0100 @@ -0,0 +1,16 @@ +using System; +using System.Collections.Generic; +using System.Configuration; +using System.Data; +using System.Linq; +using System.Windows; + +namespace Tuio.Test +{ + /// + /// Interaction logic for App.xaml + /// + public partial class App : Application + { + } +}