dhtmlxConnector.NET.dll using directive?

When I use dhtmlxConnector.NET.dll (Version 0.9.8.3 / 75776 bytes, 2009-10-16) I can use
using dhtmlxConnectors;
and the examples work but in this dll there is no dhtmlxFormConnector included.

When I use dhtmlxConnector.NET.dll (Version 0.9.8.2 / 108544 bytes, 2011-07-25)
using dhtmlxConnectors;
throws an error (dhtmlxConnectors not found, using directive missing?)

When I use
using dhtmlxConnector;
dhtmlxRequestHandler and IdhtmlxConnector is not found.

What I have to do to get the examples work with this dll?

Hi,
dhtmlxConnector.NET.dll, v.0.9.8.2 should work,
the right namespace is ‘dhtmlxConnectors’