App.xaml.cs
523 Bytes
//------------------------------------------------------------------------------
// <copyright file="App.xaml.cs" company="Microsoft">
// Copyright (c) Microsoft Corporation. All rights reserved.
// </copyright>
//------------------------------------------------------------------------------
namespace Microsoft.Samples.Kinect.BodyBasics
{
using System;
using System.Windows;
/// <summary>
/// Interaction logic for App
/// </summary>
public partial class App : Application
{
}
}