view plugins/mono/api/Status.cs @ 13040:b705e30efe61

[gaim-migrate @ 15399] Remove the score for 'hidden', since I renamed that. committer: Tailor Script <tailor@pidgin.im>
author Richard Laager <rlaager@wiktel.com>
date Thu, 26 Jan 2006 01:39:57 +0000
parents 67fbd2ff4c4e
children
line wrap: on
line source

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