Description
Default constructor.
C#
public Device(); public Device( IntPtr hwnd ); public Device( IntPtr hwnd, DeviceType deviceType );
Visual Basic
Public Sub New() Public Sub New( hwnd As IntPtr ) Public Sub New( hwnd As IntPtr, deviceType As DeviceType )