view plugins/mono/api/Status.cs @ 12963:bacee7471da2

[gaim-migrate @ 15316] Somehow Bartosz Oler wasn't listed in the COPYRIGHT file. committer: Tailor Script <tailor@pidgin.im>
author Richard Laager <rlaager@wiktel.com>
date Fri, 20 Jan 2006 01:55:15 +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; } }
	}
}