IViewManagerShowOkPopup Method |
Shows dialog with single "OK" button.
Namespace:
Resto.Front.Api.UI
Assembly:
Resto.Front.Api.V6 (in Resto.Front.Api.V6.dll)
Syntax void ShowOkPopup(
string title,
string message
)
Parameters
- title
- Type: SystemString
Dialog title. - message
- Type: SystemString
Message text.
See Also