Mercurial > pidgin
view libgaim/plugins/mono/api/Status.cs @ 14774:abc5706bfade
[gaim-migrate @ 17537]
This doesn't need to be around anymore.
committer: Tailor Script <tailor@pidgin.im>
| author | Daniel Atallah <daniel.atallah@gmail.com> |
|---|---|
| date | Wed, 18 Oct 2006 22:27:30 +0000 |
| parents | 60b1bc8dbf37 |
| children |
line wrap: on
line source
namespace Gaim { public class Status { private string id; public string Id { get { return id; } set { id = value; } } } }
