19 lines
536 B
C#
19 lines
536 B
C#
//------------------------------------------------------------------------------
|
|
// <copyright file="App.xaml.cs" company="Microsoft">
|
|
// Copyright (c) Microsoft Corporation. All rights reserved.
|
|
// </copyright>
|
|
//------------------------------------------------------------------------------
|
|
|
|
namespace Microsoft.Samples.Kinect.CoordinateMappingBasics
|
|
{
|
|
using System;
|
|
using System.Windows;
|
|
|
|
/// <summary>
|
|
/// Interaction logic for App
|
|
/// </summary>
|
|
public partial class App : Application
|
|
{
|
|
}
|
|
}
|