Initializes a new instance of the Grid class.

Namespace: Dapfor.Net.Ui
Assembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)

Syntax

C#
public Grid(
	IDispatcher dispatcher
)
Visual Basic
Public Sub New ( 
	dispatcher As IDispatcher
)
Visual C++
public:
Grid(
	IDispatcher^ dispatcher
)
F#
new : 
        dispatcher : IDispatcher -> Grid

Parameters

dispatcher
Type: Dapfor.Net.Threading..::..IDispatcher
The dispatcher specifying a threading model.

See Also