view libgaim/plugins/mono/api/Status.cs @ 14385:d1e4e986bbd1

[gaim-migrate @ 17091] Update the contact when the status of the priority buddy changes. committer: Tailor Script <tailor@pidgin.im>
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Thu, 31 Aug 2006 02:59:59 +0000
parents 60b1bc8dbf37
children
line wrap: on
line source

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