#ExternalChecksum("C:\Users\netvideo\Documents\Expression\Blend 3\Projects\TechNet\TechNet\MainPage.xaml","{406ea660-64cf-4c82-b6f0-42d48172a799}","43758F8B3742784D4CD43AE5C18C8B9C") '------------------------------------------------------------------------------ ' ' 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 MainPage Inherits System.Windows.Controls.UserControl Friend WithEvents LayoutRoot As System.Windows.Controls.Grid Friend WithEvents video As System.Windows.Controls.MediaElement Friend WithEvents vga As System.Windows.Controls.MediaElement 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/MainPage.xaml", System.UriKind.Relative)) Me.LayoutRoot = CType(Me.FindName("LayoutRoot"),System.Windows.Controls.Grid) Me.video = CType(Me.FindName("video"),System.Windows.Controls.MediaElement) Me.vga = CType(Me.FindName("vga"),System.Windows.Controls.MediaElement) End Sub End Class