70 lines
2.2 KiB
VB.net
70 lines
2.2 KiB
VB.net
#ExternalChecksum("..\..\Application.xaml","{8829d00f-11b8-4213-878b-770e8597ac16}","20882EBAB59ABAF44A14CCC020D2A01E733AAB2212E6211BA546AF31DC62B417")
|
|
'------------------------------------------------------------------------------
|
|
' <auto-generated>
|
|
' Dieser Code wurde von einem Tool generiert.
|
|
' Laufzeitversion:4.0.30319.42000
|
|
'
|
|
' Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn
|
|
' der Code erneut generiert wird.
|
|
' </auto-generated>
|
|
'------------------------------------------------------------------------------
|
|
|
|
Option Strict Off
|
|
Option Explicit On
|
|
|
|
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
|
|
Imports wisag_att_Check
|
|
|
|
|
|
'''<summary>
|
|
'''Application
|
|
'''</summary>
|
|
Partial Public Class Application
|
|
Inherits System.Windows.Application
|
|
|
|
'''<summary>
|
|
'''InitializeComponent
|
|
'''</summary>
|
|
<System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|
System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")> _
|
|
Public Sub InitializeComponent()
|
|
|
|
#ExternalSource("..\..\Application.xaml",5)
|
|
Me.StartupUri = New System.Uri("MainWindow.xaml", System.UriKind.Relative)
|
|
|
|
#End ExternalSource
|
|
End Sub
|
|
|
|
'''<summary>
|
|
'''Application Entry Point.
|
|
'''</summary>
|
|
<System.STAThreadAttribute(), _
|
|
System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|
System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")> _
|
|
Public Shared Sub Main()
|
|
Dim app As Application = New Application()
|
|
app.InitializeComponent
|
|
app.Run
|
|
End Sub
|
|
End Class
|
|
|