コード例 #1
0
ファイル: BridgeStatus.cs プロジェクト: ginge/NEventSocket
 public BridgeStatus(bool success, string responseText, BridgedChannel channel)
     : this(success, responseText)
 {
     Channel = channel;
 }
コード例 #2
0
ファイル: BridgeStatus.cs プロジェクト: bushadam/NEventSocket
 public BridgeStatus(bool success, string responseText, BridgedChannel channel)
     : this(success, responseText)
 {
     Channel = channel;
 }