view plugins/mono/api/Status.cs @ 13258:fccf09946174

[gaim-migrate @ 15624] Somehow my sed script deleted the contents of this file. Good thing we don't use it anymore :-) committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Sun, 12 Feb 2006 22:34:20 +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; } }
	}
}