view libpurple/plugins/mono/api/Status.cs @ 32708:c2df5063d430

It appears that no-one needs this AopMenu struct after the combo box is updated.
author Elliott Sales de Andrade <qulogic@pidgin.im>
date Thu, 29 Dec 2011 05:40:11 +0000
parents 93bfbda79bf6
children
line wrap: on
line source

namespace Purple
{
	public class Status
	{
		private string id;
				
		public string Id { get { return id; } set { id = value; } }
	}
}