Click or drag to resize

IViewManagerShowClosePopup 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 ShowClosePopup(
	string title,
	string message
)

Parameters

title
Type: SystemString
Dialog title.
message
Type: SystemString
Message text.
See Also