예제 #1
0
 protected Disposer()
 {
     this.Id = IdGenerater.GenerateId32();
 }
예제 #2
0
파일: AChannel.cs 프로젝트: xushouqi/XMoat
 protected AChannel(AService service)
 {
     this.Id      = IdGenerater.GenerateId32();
     this.service = service;
 }