Esempio n. 1
0
 public CheckGatewayConnection(Gateway gw)
     : this(gw, 2000)
 {
 }
Esempio n. 2
0
 public CheckGatewayConnectionEventArgs(Gateway gw, CheckGatewayConnectionResult result)
     : this()
 {
     this.Gateway = gw;
     this.Result  = result;
 }