Click or drag to resize

TextOutputWindowController Constructor

Initializes a new instance of the TextOutputWindowController class. Since this constructor is usually called during creation of the pads, it is not registed as a service with the normal service registration codons. Thus we register it as a service here is this constructor.

Namespace: Altaxo.Gui.Pads.Output
Assembly: AltaxoDom (in AltaxoDom.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public TextOutputWindowController()
See Also