Diff of /trunk/ModularRex/RexParts/RexPython/RexEventManager.cs
Parent Directory
|
Revision Log
|
Patch
| revision 49, Mon Feb 2 13:39:06 2009 UTC | revision 50, Tue Feb 3 07:08:25 2009 UTC | |
|---|---|---|
| # | Line 155 | Line 155 |
| 155 | RexNetwork.RexClientView rex; | RexNetwork.RexClientView rex; |
| 156 | if (vPresence.ClientView.TryGet(out rex)) | if (vPresence.ClientView.TryGet(out rex)) |
| 157 | { | { |
| 158 | rex.OnReceiveRexStartUp += OnRexClientStartUp; | rex.OnRexStartUp += OnRexClientStartUp; |
| 159 | rex.OnReceiveRexClientScriptCmd += OnRexClientScriptCommand; | rex.OnRexClientScriptCmd += OnRexClientScriptCommand; |
| 160 | } | } |
| 161 | } | } |
| 162 | catch (Exception e) | catch (Exception e) |
|
||||||||
| ViewVC Help | |
| Powered by ViewVC 1.0.0 |

