Click or drag to resize

IViewManager.ShowClosePopup Method

Shows dialog with single "Close" button.

Namespace:  Resto.Front.Api.UI
Assembly:  Resto.Front.Api.V9 (in Resto.Front.Api.V9.dll)
Syntax
C#
void ShowClosePopup(
	string title,
	string message,
	string closeBtnText = null
)

Parameters

title
Type: System.String
Dialog title.
message
Type: System.String
Message text.
closeBtnText (Optional)
Type: System.String
Close button text.
See Also