view plugins/mono/api/Status.cs @ 13049:97fa7332b034

[gaim-migrate @ 15410] Change the disconnected buttons overlay icon to our standard "offline" icon, and update some documentation committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Fri, 27 Jan 2006 04:22:19 +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; } }
	}
}