Mercurial > pidgin
view libpurple/plugins/mono/api/Status.cs @ 25327:23bb3a96d8ea
merge of '07f8d9c59020c1f69cc21b71f8252f13efd6a6e0'
and '331937f46235852e1813a1492eb351071127e02c'
| author | Daniel Atallah <daniel.atallah@gmail.com> |
|---|---|
| date | Wed, 14 Jan 2009 13:59:46 +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; } } } }
