WPF_VORONOI_TEST.zip
WPF_VORONOI_TEST
WPF_VORONOI_TEST.suo
WPF_VORONOI_TEST
bin
Debug
WPF_VORONOI_TEST.exe
WPF_VORONOI_TEST.pdb
WPF_VORONOI_TEST.vshost.exe
WPF_VORONOI_TEST.vshost.exe.manifest
Release
My Project
MyExtensions
Settings.settings
obj
x86
Debug
DesignTimeResolveAssemblyReferences.cache
DesignTimeResolveAssemblyReferencesInput.cache
MainWindow.baml
TempPE
My Project.Resources.Designer.vb.dll
WPF_VORONOI_TEST.exe
WPF_VORONOI_TEST.g.resources
WPF_VORONOI_TEST.pdb
WPF_VORONOI_TEST.Resources.resources
WPF_VORONOI_TEST.vbproj.GenerateResource.Cache
WPF_VORONOI_TEST_MarkupCompile.cache
WPF_VORONOI_TEST_MarkupCompile.i.cache
Release
WPF_VORONOI_TEST.vbproj.user
|
#ExternalChecksum("..\..\..\Application.xaml","{406ea660-64cf-4c82-b6f0-42d48172a799}","DB788882721B2B27C90579D5FE2A0418")
'------------------------------------------------------------------------------
' <auto-generated>
' This code was generated by a tool.
' Runtime Version:4.0.30319.17379
'
' 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
'''<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",4)
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
|
By viewing downloads associated with this article you agree to the Terms of use and the article's licence.
If a file you wish to view isn't highlighted, and is a text file (not binary), please
let us know and we'll add colourisation support for it.