Add code
This commit is contained in:
69
Vocab Coverer/obj/Debug/Application.g.i.vb
Normal file
69
Vocab Coverer/obj/Debug/Application.g.i.vb
Normal file
@@ -0,0 +1,69 @@
|
||||
#ExternalChecksum("..\..\Application.xaml","{ff1816ec-aa5e-4d10-87f7-6f4963833460}","FE3B7CA1C27D8E515AB5927B4AD2A60D0A0E966F")
|
||||
'------------------------------------------------------------------------------
|
||||
' <auto-generated>
|
||||
' 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.
|
||||
' </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 Vocab_Coverer
|
||||
|
||||
|
||||
'''<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
|
||||
|
||||
Reference in New Issue
Block a user