AGENT.Contrib.Hardware.AgentButtonListener.AgentButtonListener C# (CSharp) Method

AgentButtonListener() public method

public AgentButtonListener ( ) : System
return System
		public AgentButtonListener ()
		{
			m_InterruptHandler = OnInterrupt;
			m_InterruptPortIdToInterruptPortMap = new Hashtable ();
			m_WatchedButtons = new Hashtable ();
		}