Server.ProfileRequestEventArgs.ProfileRequestEventArgs C# (CSharp) Method

ProfileRequestEventArgs() public method

public ProfileRequestEventArgs ( Server.Mobile beholder, Server.Mobile beheld ) : System
beholder Server.Mobile
beheld Server.Mobile
return System
		public ProfileRequestEventArgs( Mobile beholder, Mobile beheld )
		{
			m_Beholder = beholder;
			m_Beheld = beheld;
		}
	}
ProfileRequestEventArgs