Sat, 24 Mar 2007 06:27:57 +0000
Gaim -> Purple rename for the Mono plugin. These changes make sense, and it
compiles, but other than that, I haven't tested anything.
|
15940
53d1e0af8279
Gaim -> Purple rename for the Mono plugin. These changes make sense, and it
Richard Laager <rlaager@pidgin.im>
parents:
15435
diff
changeset
|
1 | namespace Purple |
| 11980 | 2 | { |
| 3 | public class Status | |
| 4 | { | |
| 5 | private string id; | |
| 6 | ||
| 7 | public string Id { get { return id; } set { id = value; } } | |
| 8 | } | |
| 9 | } |