[Diese Dokumentation ist noch nicht fertig und kann sich bis zur entgültigen Version noch ändern.]
Initialisiert eine neue Instanz der Klasse TemplateLibrary.

Namespace: DynamicNode.WinApp
Assembly: DNWinApp (in DNWinApp.exe) Version: 1.4.4679.19840 (1.4.0.0)

Syntax

C#
public TemplateLibrary(
	GUICore core
)
Visual Basic
Public Sub New ( _
	core As GUICore _
)
F#
new : 
        core:GUICore -> TemplateLibrary

Parameters

core
Type: DynamicNode.WinApp..::..GUICore
Der Kern der Benutzeroberfläche.

See Also