source: other-projects/playing-in-the-street/summer-2013/trunk/Playing-in-the-Street-WPF/App.xaml.cs@ 28897

Last change on this file since 28897 was 28897, checked in by davidb, 10 years ago

GUI front-end to server base plus web page content

File size: 532 bytes
Line 
1//------------------------------------------------------------------------------
2// <copyright file="App.xaml.cs" company="Microsoft">
3// Copyright (c) Microsoft Corporation. All rights reserved.
4// </copyright>
5//------------------------------------------------------------------------------
6
7namespace Microsoft.Samples.Kinect.WebserverBasics
8{
9 using System.Windows;
10
11 /// <summary>
12 /// Interaction logic for App.xaml
13 /// </summary>
14 public partial class App : Application
15 {
16 }
17}
Note: See TracBrowser for help on using the repository browser.