Mercurial > pidgin
view plugins/mono/api/Status.cs @ 12631:e8da8f12e694
[gaim-migrate @ 14967]
feh. backwards.
committer: Tailor Script <tailor@pidgin.im>
| author | Christopher O'Brien <siege@pidgin.im> |
|---|---|
| date | Thu, 22 Dec 2005 20:00:44 +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; } } } }
