Diff of /trunk/ModularRex/RexNetwork/RexClientViewBase.cs
Parent Directory
|
Revision Log
|
Patch
| revision 82, Mon Mar 2 14:46:45 2009 UTC | revision 83, Tue Mar 3 11:28:28 2009 UTC | |
|---|---|---|
| # | Line 294 | Line 294 |
| 294 | return; | return; |
| 295 | } | } |
| 296 | ||
| 297 | if (method == "RexAppearance") | if (method.ToLower() == "rexappearance") |
| 298 | { | { |
| 299 | if (OnRexAppearance != null) | if (OnRexAppearance != null) |
| 300 | { | { |
|
||||||||
| ViewVC Help | |
| Powered by ViewVC 1.0.0 |

