<Code Lib>
M

FabricationService.GetButton

Description:
Gets the service button for a given group index and button index from the service.

public FabricationServiceButton GetButton(
	int groupIndex,
	int buttonIndex
)

  • Int32
    groupIndex
    The group index.
  • Int32
    buttonIndex
    The button index.
Return Value The service button The service button.

Loading…