view plugins/mono/api/Status.cs @ 12284:ecd471d1eeec

[gaim-migrate @ 14588] Some whitespace stuff, so it doesn't clutter up my next commit. committer: Tailor Script <tailor@pidgin.im>
author Etan Reisner <pidgin@unreliablesource.net>
date Thu, 01 Dec 2005 19:55:35 +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; } }
	}
}