]> fbox.kageds.com Git - NEATEST.git/blob - NEA/obj/Debug/Application.g.i.vb
3rd commit
[NEATEST.git] / NEA / obj / Debug / Application.g.i.vb
1 #ExternalChecksum("..\..\Application.xaml","{ff1816ec-aa5e-4d10-87f7-6f4963833460}","56C3FE6CCBD6D4DA482BC26BB88F0A50662CB706")
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 Option Strict Off
13 Option Explicit On
14
15 Imports NEA
16 Imports System
17 Imports System.Diagnostics
18 Imports System.Windows
19 Imports System.Windows.Automation
20 Imports System.Windows.Controls
21 Imports System.Windows.Controls.Primitives
22 Imports System.Windows.Data
23 Imports System.Windows.Documents
24 Imports System.Windows.Ink
25 Imports System.Windows.Input
26 Imports System.Windows.Markup
27 Imports System.Windows.Media
28 Imports System.Windows.Media.Animation
29 Imports System.Windows.Media.Effects
30 Imports System.Windows.Media.Imaging
31 Imports System.Windows.Media.Media3D
32 Imports System.Windows.Media.TextFormatting
33 Imports System.Windows.Navigation
34 Imports System.Windows.Shapes
35 Imports System.Windows.Shell
36
37
38 '''<summary>
39 '''Application
40 '''</summary>
41 Partial Public Class Application
42 Inherits System.Windows.Application
43
44 '''<summary>
45 '''InitializeComponent
46 '''</summary>
47 <System.Diagnostics.DebuggerNonUserCodeAttribute(), _
48 System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")> _
49 Public Sub InitializeComponent()
50
51 #ExternalSource("..\..\Application.xaml",5)
52 Me.StartupUri = New System.Uri("SplashPage.xaml", System.UriKind.Relative)
53
54 #End ExternalSource
55 End Sub
56
57 '''<summary>
58 '''Application Entry Point.
59 '''</summary>
60 <System.STAThreadAttribute(), _
61 System.Diagnostics.DebuggerNonUserCodeAttribute(), _
62 System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")> _
63 Public Shared Sub Main()
64 Dim app As Application = New Application()
65 app.InitializeComponent
66 app.Run
67 End Sub
68 End Class
69