comparison: plugins/mono/api/Status.cs
plugins/mono/api/Status.cs
- branch
- cpw.khc.msnp14
- changeset 20472
- 6a6d2ef151e6
- parent 13912
- 463b4fa9f067
- parent 20469
- b2836a24d81e
- child 20473
- 91e1b3a49d10
equal
deleted
inserted
replaced
| 1 namespace Gaim |
|
| 2 { |
|
| 3 public class Status |
|
| 4 { |
|
| 5 private string id; |
|
| 6 |
|
| 7 public string Id { get { return id; } set { id = value; } } |
|
| 8 } |
|
| 9 } |
|