Server.Gumps.RelayInfo.RelayInfo C# (CSharp) Method

RelayInfo() public method

public RelayInfo ( int buttonID, int switches, TextRelay textEntries )
buttonID int
switches int
textEntries TextRelay
		public RelayInfo( int buttonID, int[] switches, TextRelay[] textEntries )
		{
			m_ButtonID = buttonID;
			m_Switches = switches;
			m_TextEntries = textEntries;
		}