Common interface of actions of Azuki engine

Namespace: Sgry.Azuki
Assembly: Azuki (in Azuki.dll) Version: 1.7.13.40248

Syntax

C#
public delegate void ActionProc(
	IUserInterface ui
)
Visual Basic
Public Delegate Sub ActionProc ( 
	ui As IUserInterface
)

Parameters

ui
Type: Sgry.Azuki..::..IUserInterface

See Also