source:
branches/thasling/DistributedGA/DistributedGA.Core/Domain/MessageRecieveEventArgs.cs
@
13924
Last change on this file since 13924 was 13924, checked in by thasling, 8 years ago | |
---|---|
File size: 224 bytes |
Rev | Line | |
---|---|---|
[13524] | 1 | using System; |
2 | ||
[13924] | 3 | namespace DistributedGA.Core.Domain { |
4 | public class MessageRecieveEventArgs : EventArgs { | |
5 | public int val; | |
6 | public byte[][] data { get; set; } | |
7 | public PeerInfo Sender { get; set; } | |
8 | } | |
[13524] | 9 | } |
Note: See TracBrowser
for help on using the repository browser.