plugins/mono/api/Status.cs@fa06941b27e1
plugins/mono/api/Status.cs
Mon, 12 Dec 2005 06:53:27 +0000
- author
- Richard Laager <rlaager@pidgin.im>
- date
- Mon, 12 Dec 2005 06:53:27 +0000
- changeset 12459
- fa06941b27e1
- parent 11980
-
fe5c2c58508c
- permissions
- -rw-r--r--
[gaim-migrate @ 14769]
This plugin is cipher_test, not ciper_test.
namespace Gaim
{
public class Status
{
private string id;
public string Id { get { return id; } set { id = value; } }
}
}