Esempio n. 1
0
 public BridgeStatus(bool success, string responseText, BridgedChannel channel)
     : this(success, responseText)
 {
     Channel = channel;
 }
Esempio n. 2
0
 public BridgeStatus(bool success, string responseText, BridgedChannel channel)
     : this(success, responseText)
 {
     Channel = channel;
 }