Click or drag to resize

Button Constructor

Initializes a new instance of the Button class

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

Parameters

caption
Type: SystemString
action
Type: SystemActionIViewManager, IReceiptPrinter
See Also