You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
680 B
27 lines
680 B
Imports System.ServiceProcess
|
|
|
|
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
|
Partial Class EDKB04
|
|
Inherits System.ServiceProcess.ServiceBase
|
|
|
|
|
|
|
|
|
|
|
|
'Wird vom Komponenten-Designer benötigt.
|
|
Private components As System.ComponentModel.IContainer
|
|
|
|
' Hinweis: Die folgende Prozedur ist für den Komponenten-Designer erforderlich.
|
|
' Das Bearbeiten ist mit dem Komponenten-Designer möglich.
|
|
' Das Bearbeiten mit dem Code-Editor ist nicht möglich.
|
|
<System.Diagnostics.DebuggerStepThrough()> _
|
|
Private Sub InitializeComponent()
|
|
'
|
|
'EDKB04
|
|
'
|
|
Me.ServiceName = "EDKB04"
|
|
|
|
End Sub
|
|
|
|
End Class
|