#ExternalChecksum("..\..\Application.xaml","{ff1816ec-aa5e-4d10-87f7-6f4963833460}","56C3FE6CCBD6D4DA482BC26BB88F0A50662CB706") '------------------------------------------------------------------------------ ' ' This code was generated by a tool. ' Runtime Version:4.0.30319.42000 ' ' Changes to this file may cause incorrect behavior and will be lost if ' the code is regenerated. ' '------------------------------------------------------------------------------ Option Strict Off Option Explicit On Imports NEA Imports System Imports System.Diagnostics Imports System.Windows Imports System.Windows.Automation Imports System.Windows.Controls Imports System.Windows.Controls.Primitives Imports System.Windows.Data Imports System.Windows.Documents Imports System.Windows.Ink Imports System.Windows.Input Imports System.Windows.Markup Imports System.Windows.Media Imports System.Windows.Media.Animation Imports System.Windows.Media.Effects Imports System.Windows.Media.Imaging Imports System.Windows.Media.Media3D Imports System.Windows.Media.TextFormatting Imports System.Windows.Navigation Imports System.Windows.Shapes Imports System.Windows.Shell ''' '''Application ''' Partial Public Class Application Inherits System.Windows.Application ''' '''InitializeComponent ''' _ Public Sub InitializeComponent() #ExternalSource("..\..\Application.xaml",5) Me.StartupUri = New System.Uri("SplashPage.xaml", System.UriKind.Relative) #End ExternalSource End Sub ''' '''Application Entry Point. ''' _ Public Shared Sub Main() Dim app As Application = New Application() app.InitializeComponent app.Run End Sub End Class