Mercurial > pidgin
view plugins/mono/api/Status.cs @ 11996:ecd33ffb0b0a
[gaim-migrate @ 14289]
more mono cleanups from Eoin Coffey
committer: Tailor Script <tailor@pidgin.im>
| author | Gary Kramlich <grim@reaperworld.com> |
|---|---|
| date | Sun, 06 Nov 2005 23:09:07 +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; } } } }
