//------------------------------------------------------------------------------ // // Copyright (c) Microsoft Corporation. All rights reserved. // //------------------------------------------------------------------------------ namespace Microsoft.Samples.Kinect.WebserverBasics { using System.Windows; /// /// Interaction logic for App.xaml /// public partial class App : Application { } }