10 lines
321 B
VB.net
10 lines
321 B
VB.net
Imports System
|
|
Imports System.Reflection
|
|
Imports System.Runtime.InteropServices
|
|
<Assembly: AssemblyTrademark("1.3.0.0")>
|
|
|
|
<Assembly: ComVisible(False)>
|
|
|
|
'Die folgende GUID bestimmt die ID der Typbibliothek, wenn dieses Projekt für COM verfügbar gemacht wird.
|
|
<Assembly: Guid("0eadc6da-3df6-4afc-9a4f-fb9688daa03f")>
|