AcManager.Tools.Helpers.AcSettingsControls.WheelHShifterButtonEntry.WheelHShifterButtonEntry C# (CSharp) Method

WheelHShifterButtonEntry() public method

public WheelHShifterButtonEntry ( [ id, string name, string shortName ) : System.Collections.Generic
id [
name string
shortName string
return System.Collections.Generic
        public WheelHShifterButtonEntry([LocalizationRequired(false)] string id, string name, string shortName) : base(id, name) {
            ShortName = shortName;
        }