Click or drag to resize

OpsContextShowMessage Method

Displays a dialog box containing showing a message.

Namespace: Micros.Ops
Assembly: Ops (in Ops.dll) Version: 19.8
Syntax
C#
public void ShowMessage(
	string message
)

Parameters

message  String
The message to be displayed.
See Also