Click or drag to resize

TextWriterMessageServiceShowMessage Method

Shows a message.

Namespace: Altaxo.Main.Services.Implementation
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public void ShowMessage(
	string message,
	string? caption
)

Parameters

message  String
The message text.
caption  String
The dialog caption.

Implements

IMessageServiceShowMessage(String, String)
See Also