view plugins/mono/api/Status.cs @ 13331:b13bbdbed4ed

[gaim-migrate @ 15701] CTRY, not COUNTRY committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Sun, 26 Feb 2006 20:31:49 +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; } }
	}
}