view plugins/mono/api/Status.cs @ 13517:fe065eb51c2e

[gaim-migrate @ 15893] GG PRPL: Free the search form also when no users were found. committer: Tailor Script <tailor@pidgin.im>
author Bartoz Oler <bartosz@pidgin.im>
date Wed, 15 Mar 2006 12:37:43 +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; } }
	}
}