f7c7790d90
- aggiunta gestione eccezione per stampante non presente.
56 lines
1.7 KiB
VB.net
56 lines
1.7 KiB
VB.net
#ExternalChecksum("..\..\Application.xaml","{8829d00f-11b8-4213-878b-770e8597ac16}","B4EC3D1F99D2BE32F0C95BCA7B6518256E2BB01F0ECE73E3F01F97D7B947C9E6")
|
|
'------------------------------------------------------------------------------
|
|
' <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 ZebraPrinterUtilities
|
|
|
|
|
|
'''<summary>
|
|
'''Application
|
|
'''</summary>
|
|
Partial Public Class Application
|
|
Inherits System.Windows.Application
|
|
|
|
'''<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.Run
|
|
End Sub
|
|
End Class
|
|
|