MessageShow(String, String) Method

Show message box.

Definition

Namespace: Aliquo.Windows
Assembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
C#
public static void Show(
	string text,
	string caption
)

Parameters

text  String
Text to show.
caption  String
Caption for the message box.

See Also