ATMLCommonLibrary.controls.driver.DriverSelectEvent.DriverSelectEvent C# (CSharp) Method

DriverSelectEvent() public method

public DriverSelectEvent ( DriverSelectionControl driverType ) : System
driverType DriverSelectionControl
return System
        public DriverSelectEvent( DriverSelectionControl.DriverType driverType )
        {
            DriverType = driverType;
        }
DriverSelectEvent