This constructor sets the driver info.
Public Sub New( path As string, driver As string )
public DriverInfo( string path, string driver );
|
Parameters |
Description |
|
string path |
Input full path to the driver file |
|
string driver |
Input name of the driver file |
| Comments? |