Diff of /branches/taiga-0.1/ModularRex/RexNetwork/ClientViews/NaaliClientView.cs
Parent Directory
|
Revision Log
|
Patch
| revision 400, Tue Aug 10 08:36:50 2010 UTC | revision 401, Tue Aug 10 13:13:42 2010 UTC | |
|---|---|---|
| # | Line 34 | Line 34 |
| 34 | HandleRexPrimData(args); | HandleRexPrimData(args); |
| 35 | return; | return; |
| 36 | } | } |
| 37 | else if (method.ToLower() == "rexdata") | |
| 38 | { | |
| 39 | HandleRexPrimFreeData(sender, method, args); | |
| 40 | return; | |
| 41 | } | |
| 42 | } | } |
| 43 | ||
| 44 | private void HandleRexPrimData(byte[][] args) | private void HandleRexPrimData(byte[][] args) |
|
||||||||
| ViewVC Help | |
| Powered by ViewVC 1.0.0 |

