SessionProfile.ShowAlert Method

Shows an alert message using AppShortTitle as the title of the message box.

Definition

Namespace: SMath.Manager
Assembly: SMath.Manager (in SMath.Manager.dll) Version: 1.73.9126.0
C#
public void ShowAlert(
	string message
)

Parameters

message  String
Text of the message.

Implements

ISessionProfile.ShowAlert(String)

See Also