예제 #1
0
 public NetworkPeer RegisterLocal(ushort id, EndPoint ep)
 {
     local = RegisterPeer(id, ep);
     return(local);
 }