Mercurial > pidgin
view libpurple/plugins/mono/api/Status.cs @ 15954:dbb87bc732fa
merge of '94ae02f3a29e8da49d90cf447907e2c07735c9cd'
and 'eba6bc129722d75a6ff3126b9c9834aadf296a63'
| author | Evan Schoenberg <evan.s@dreskin.net> |
|---|---|
| date | Tue, 27 Mar 2007 04:34:02 +0000 |
| parents | 93bfbda79bf6 |
| children |
line wrap: on
line source
namespace Purple { public class Status { private string id; public string Id { get { return id; } set { id = value; } } } }
