public void RemoveDelegate(GestureRecogniserDelegate pxDelegate)
 {
     m_pxGestureDelegates.Remove(pxDelegate);
 }
		public void RemoveDelegate( GestureRecogniserDelegate pxDelegate )
		{
			m_pxGestureDelegates.Remove( pxDelegate );
		}
 public void AddDelegate(GestureRecogniserDelegate pxDelegate)
 {
     m_pxGestureDelegates.Add(pxDelegate);
 }
		public void AddDelegate( GestureRecogniserDelegate pxDelegate )
		{
			m_pxGestureDelegates.Add( pxDelegate );
		}