9 lines
303 B
C#
9 lines
303 B
C#
using global::System;
|
|
using global::System.Reflection;
|
|
using global::System.Runtime.InteropServices;
|
|
[assembly: ComVisible(false)]
|
|
|
|
// Die folgende GUID bestimmt die ID der Typbibliothek, wenn dieses Projekt für COM verfügbar gemacht wird.
|
|
[assembly: Guid("71d06604-a99f-4aa7-9dec-a2fe0d6b63d3")]
|
|
|