Displays a message box that has a message.

Namespace:  C1.WPF
Assembly:  C1.WPF (in C1.WPF.dll)

Syntax

C#
public static void Show(
	string message
)
Visual Basic
Public Shared Sub Show ( _
	message As String _
)

Parameters

message
Type: System..::..String
The text to display as a message.

See Also