Server.Gumps.RelayInfo.RelayInfo C# (CSharp) Метод

RelayInfo() публичный Метод

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;
		}