IOperationServiceAddWarningMessage Method (String, String) |
Shows non-modal warning message in the left top corner of the screen.
Namespace:
Resto.Front.Api
Assembly:
Resto.Front.Api.V6 (in Resto.Front.Api.V6.dll)
Syntax void AddWarningMessage(
string message,
string sender
)
Parameters
- message
- Type: SystemString
The message text.
- sender
- Type: SystemString
The message sender.
See Also