Click or drag to resize

ButtonOnPastOrderView Constructor

Initializes a new instance of the ButtonOnPastOrderView class

Namespace:  Resto.Front.Api.UI
Assembly:  Resto.Front.Api.V6 (in Resto.Front.Api.V6.dll)
Syntax
C#
public ButtonOnPastOrderView(
	string caption,
	Action<Guid, ICashRegisterInfo, IViewManager> action
)

Parameters

caption
Type: SystemString
action
Type: SystemActionGuid, ICashRegisterInfo, IViewManager
See Also