Click or drag to resize

ButtonOnClosedOrderView Constructor

Initializes a new instance of the ButtonOnClosedOrderView class

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

Parameters

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