Diff of /trunk/ModularRex/RexNetwork/RexClientView.cs
Parent Directory
|
Revision Log
|
Patch
| revision 8, Wed Nov 26 10:06:30 2008 UTC | revision 9, Wed Nov 26 10:08:09 2008 UTC | |
|---|---|---|
| # | Line 53 | Line 53 |
| 53 | RexAuthURL = rexAuthURL; | RexAuthURL = rexAuthURL; |
| 54 | } | } |
| 55 | ||
| 56 | protected override void RegisterInterfaces() | |
| 57 | { | |
| 58 | RegisterInterface<IClientRexAppearance>(this); | |
| 59 | RegisterInterface<IClientRexFaceExpression>(this); | |
| 60 | RegisterInterface<RexClientView>(this); | |
| 61 | ||
| 62 | base.RegisterInterfaces(); | |
| 63 | } | |
| 64 | ||
| 65 | public string RexAvatarURL | public string RexAvatarURL |
| 66 | { | { |
| 67 | get { return m_rexAvatarURL; } | get { return m_rexAvatarURL; } |
|
||||||||
| ViewVC Help | |
| Powered by ViewVC 1.0.0 |

