#ExternalChecksum("..\..\MainWindow.xaml","{8829d00f-11b8-4213-878b-770e8597ac16}","A5A5A6C93107BBEF4E7CAD670521E84B7F1CB98C6F3F871C012B73897AF1497C") '------------------------------------------------------------------------------ ' ' Il codice è stato generato da uno strumento. ' Versione runtime:4.0.30319.42000 ' ' Le modifiche apportate a questo file possono provocare un comportamento non corretto e andranno perse se ' il codice viene rigenerato. ' '------------------------------------------------------------------------------ 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 ZebraPrinterUtilities ''' '''MainWindow ''' _ Partial Public Class MainWindow Inherits System.Windows.Window Implements System.Windows.Markup.IComponentConnector Private _contentLoaded As Boolean ''' '''InitializeComponent ''' _ Public Sub InitializeComponent() Implements System.Windows.Markup.IComponentConnector.InitializeComponent If _contentLoaded Then Return End If _contentLoaded = true Dim resourceLocater As System.Uri = New System.Uri("/ZebraPrinterUtilities;component/mainwindow.xaml", System.UriKind.Relative) #ExternalSource("..\..\MainWindow.xaml",1) System.Windows.Application.LoadComponent(Me, resourceLocater) #End ExternalSource End Sub _ Sub System_Windows_Markup_IComponentConnector_Connect(ByVal connectionId As Integer, ByVal target As Object) Implements System.Windows.Markup.IComponentConnector.Connect Me._contentLoaded = true End Sub End Class