Click or drag to resize

IViewManagerShowErrorPopup Method

Shows dialog with single "Close" button.

Namespace:  Resto.Front.Api.UI
Assembly:  Resto.Front.Api.V7 (in Resto.Front.Api.V7.dll)
Syntax
C#
void ShowErrorPopup(
	string message
)

Parameters

message
Type: SystemString
Message text.
See Also