ATMLCommonLibrary.controls.driver.DriverSelectEvent.DriverSelectEvent C# (CSharp) Méthode

DriverSelectEvent() public méthode

public DriverSelectEvent ( DriverSelectionControl driverType ) : System
driverType DriverSelectionControl
Résultat System
        public DriverSelectEvent( DriverSelectionControl.DriverType driverType )
        {
            DriverType = driverType;
        }
DriverSelectEvent