Mercurial > pidgin.yaz
view plugins/mono/api/Status.cs @ 12957:481560f82468
[gaim-migrate @ 15310]
They tell me these should be gone, sorry.
committer: Tailor Script <tailor@pidgin.im>
author | Ethan Blanton <elb@pidgin.im> |
---|---|
date | Fri, 20 Jan 2006 00:26:17 +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; } } } }