Mercurial > pidgin
view plugins/mono/api/Status.cs @ 12105:d4cd7d443795
[gaim-migrate @ 14402]
trying not to fall behind on sametime fixes
committer: Tailor Script <tailor@pidgin.im>
| author | Christopher O'Brien <siege@pidgin.im> |
|---|---|
| date | Tue, 15 Nov 2005 06:06:47 +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; } } } }
