Diff of /branches/os-udp/ModularRex/RexNetwork/ClientViews/RexClientViewBase.cs
Parent Directory
|
Revision Log
|
Patch
| revision 42, Wed Jan 28 14:51:20 2009 UTC | revision 43, Fri Jan 30 09:59:40 2009 UTC | |
|---|---|---|
| # | Line 281 | Line 281 |
| 281 | if (OnReceiveRexClientScriptCmd != null) | if (OnReceiveRexClientScriptCmd != null) |
| 282 | { | { |
| 283 | OnReceiveRexClientScriptCmd(this, AgentId, args); | OnReceiveRexClientScriptCmd(this, AgentId, args); |
| 284 | return; | |
| 285 | } | } |
| 286 | } | } |
| 287 | ||
| # | Line 289 | Line 290 |
| 290 | if (OnReceiveRexStartUp != null) | if (OnReceiveRexStartUp != null) |
| 291 | { | { |
| 292 | OnReceiveRexStartUp(this, AgentId, args[0]); | OnReceiveRexStartUp(this, AgentId, args[0]); |
| 293 | return; | |
| 294 | } | } |
| 295 | } | } |
| 296 |
|
||||||||
| ViewVC Help | |
| Powered by ViewVC 1.0.0 |

