KeyGroup constructor
KeyGroup(
- int id,
- List<
Macro> macros, - KeyGroupOptions options,
- OutputString nameValue,
- ObjectPointer namePointer,
- IsobusObject icon,
- List<
IsobusObject> referencedObjects,
Implementation
KeyGroup(int id, List<Macro> macros, this.options, this.nameValue,
this.namePointer, this.icon, this.referencedObjects)
: super(id, IsobusObjectType.keyGroup, macros);