source: other-projects/playing-in-the-street/summer-2013/trunk/Playing-in-the-Street-WPF/obj/Debug/App.g.i.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: 2.3 KB
Line 
1#pragma checksum "..\..\App.xaml" "{406ea660-64cf-4c82-b6f0-42d48172a799}" "ADD922C3CC20B024C1BFD0E399FE6087"
2//------------------------------------------------------------------------------
3// <auto-generated>
4// This code was generated by a tool.
5// Runtime Version:4.0.30319.34011
6//
7// Changes to this file may cause incorrect behavior and will be lost if
8// the code is regenerated.
9// </auto-generated>
10//------------------------------------------------------------------------------
11
12using System;
13using System.Diagnostics;
14using System.Windows;
15using System.Windows.Automation;
16using System.Windows.Controls;
17using System.Windows.Controls.Primitives;
18using System.Windows.Data;
19using System.Windows.Documents;
20using System.Windows.Ink;
21using System.Windows.Input;
22using System.Windows.Markup;
23using System.Windows.Media;
24using System.Windows.Media.Animation;
25using System.Windows.Media.Effects;
26using System.Windows.Media.Imaging;
27using System.Windows.Media.Media3D;
28using System.Windows.Media.TextFormatting;
29using System.Windows.Navigation;
30using System.Windows.Shapes;
31using System.Windows.Shell;
32
33
34namespace Microsoft.Samples.Kinect.WebserverBasics {
35
36
37 /// <summary>
38 /// App
39 /// </summary>
40 public partial class App : System.Windows.Application {
41
42 /// <summary>
43 /// InitializeComponent
44 /// </summary>
45 [System.Diagnostics.DebuggerNonUserCodeAttribute()]
46 [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
47 public void InitializeComponent() {
48
49 #line 4 "..\..\App.xaml"
50 this.StartupUri = new System.Uri("MainWindow.xaml", System.UriKind.Relative);
51
52 #line default
53 #line hidden
54 }
55
56 /// <summary>
57 /// Application Entry Point.
58 /// </summary>
59 [System.STAThreadAttribute()]
60 [System.Diagnostics.DebuggerNonUserCodeAttribute()]
61 [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
62 public static void Main() {
63 Microsoft.Samples.Kinect.WebserverBasics.App app = new Microsoft.Samples.Kinect.WebserverBasics.App();
64 app.InitializeComponent();
65 app.Run();
66 }
67 }
68}
69
Note: See TracBrowser for help on using the repository browser.