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