Click or drag to resize

IAlertShow Method

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

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

Parameters

message
Type: SystemString

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

caption
Type: SystemString

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

See Also