Mercurial > pidgin.yaz
view plugins/mono/api/Status.cs @ 13679:873845ed5b32
[gaim-migrate @ 16081]
Down with dots! (the character of the future)
committer: Tailor Script <tailor@pidgin.im>
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Sat, 22 Apr 2006 21:29:49 +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; } } } }