view libpurple/plugins/mono/api/Status.cs @ 25315:f080f47565db

I hope I still remember how to NEWS.
author Etan Reisner <pidgin@unreliablesource.net>
date Mon, 12 Jan 2009 04:45:22 +0000
parents 93bfbda79bf6
children
line wrap: on
line source

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