Click or drag to resize

AlertShow Method

[Missing <summary> documentation for "M:Demo3D.Common.Alert.Show(System.String,System.String)"]


Namespace: Demo3D.Common
Assembly: Demo3D.Common (in Demo3D.Common.dll) Version: 19.00.00
Syntax
C#
public static void Show(
	string message,
	string caption
)

Parameters

message  String

[Missing <param name="message"/> documentation for "M:Demo3D.Common.Alert.Show(System.String,System.String)"]

caption  String

[Missing <param name="caption"/> documentation for "M:Demo3D.Common.Alert.Show(System.String,System.String)"]

See Also