예제 #1
0
파일: Client.cs 프로젝트: thinking2535/Rso
 public void SendAll <_TCsProto>(Int32 ProtoNum_, _TCsProto Proto_) where _TCsProto : SProto
 {
     _NetS.SendAll(new SHeader(EProto.CsUserProto), ProtoNum_, Proto_);
 }
예제 #2
0
파일: Agent.cs 프로젝트: thinking2535/Rso
 public void Update(bool IsReset_, TUpdateFiles Files_)
 {
     _NetM.SendAll(new SHeader(EProto.AmUpdate), new SUpdateData(IsReset_, Files_));
 }