Microscopic Traffic Simulator
App.g.i.cs
Go to the documentation of this file.
1 #pragma checksum "..\..\App.xaml" "{406ea660-64cf-4c82-b6f0-42d48172a799}" "F5033A117D30C26FB143E0251DD5BD01"
2 //------------------------------------------------------------------------------
3 // <auto-generated>
4 // This code was generated by a tool.
5 // Runtime Version:4.0.30319.42000
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 
12 using System;
13 using System.Diagnostics;
14 using System.Windows;
15 using System.Windows.Automation;
16 using System.Windows.Controls;
17 using System.Windows.Controls.Primitives;
18 using System.Windows.Data;
19 using System.Windows.Documents;
20 using System.Windows.Ink;
21 using System.Windows.Input;
22 using System.Windows.Markup;
23 using System.Windows.Media;
24 using System.Windows.Media.Animation;
25 using System.Windows.Media.Effects;
26 using System.Windows.Media.Imaging;
27 using System.Windows.Media.Media3D;
28 using System.Windows.Media.TextFormatting;
29 using System.Windows.Navigation;
30 using System.Windows.Shapes;
31 using System.Windows.Shell;
32 
33 
35 
36 
40  public partial class App : System.Windows.Application {
41 
42  private bool _contentLoaded;
43 
47  [System.Diagnostics.DebuggerNonUserCodeAttribute()]
48  [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
49  public void InitializeComponent() {
50  if (_contentLoaded) {
51  return;
52  }
53  _contentLoaded = true;
54  System.Uri resourceLocater = new System.Uri("/Microscopic Traffic Simulator;component/app.xaml", System.UriKind.Relative);
55 
56  #line 1 "..\..\App.xaml"
57  System.Windows.Application.LoadComponent(this, resourceLocater);
58 
59  #line default
60  #line hidden
61  }
62 
66  [System.STAThreadAttribute()]
67  [System.Diagnostics.DebuggerNonUserCodeAttribute()]
68  [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
69  public static void Main() {
71  app.InitializeComponent();
72  app.Run();
73  }
74  }
75 }
76 
void InitializeComponent()
InitializeComponent
Definition: App.g.i.cs:49
GUIInteractions logic for App.xaml
Definition: App.xaml.cs:17
static void Main()
Application Entry Point.
Definition: App.g.i.cs:69