#ExternalChecksum("C:\Users\netvideo\Documents\Expression\Blend 3\Projects\TechNet\TechNet\App.xaml","{406ea660-64cf-4c82-b6f0-42d48172a799}","4CC366C6608628058A523D93B4E9C63C") '------------------------------------------------------------------------------ ' ' This code was generated by a tool. ' Runtime Version:2.0.50727.4918 ' ' Changes to this file may cause incorrect behavior and will be lost if ' the code is regenerated. ' '------------------------------------------------------------------------------ Option Strict Off Option Explicit On Imports System Imports System.Windows Imports System.Windows.Automation Imports System.Windows.Automation.Peers Imports System.Windows.Automation.Provider 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.Interop Imports System.Windows.Markup Imports System.Windows.Media Imports System.Windows.Media.Animation Imports System.Windows.Media.Imaging Imports System.Windows.Resources Imports System.Windows.Shapes Imports System.Windows.Threading _ Partial Public Class App Inherits System.Windows.Application Private _contentLoaded As Boolean ''' '''InitializeComponent ''' _ Public Sub InitializeComponent() If _contentLoaded Then Return End If _contentLoaded = true System.Windows.Application.LoadComponent(Me, New System.Uri("/TechNet;component/App.xaml", System.UriKind.Relative)) End Sub End Class