コード例 #1
0
ファイル: AChannel.cs プロジェクト: zzm0101/Lockstep-Tutorial
 protected AChannel(AService service, ChannelType channelType)
 {
     this.Id          = IdGenerater.GenerateId();
     this.ChannelType = channelType;
     this.service     = service;
 }