コード例 #1
0
ファイル: TcpConnection.cs プロジェクト: sandalkuilang/texto
 public TcpConnection(BaseGSMCommand gsmCommand)
     : base(gsmCommand)
 {
 
 } 
コード例 #2
0
 public BaseGatewayConnection(BaseGSMCommand gsmCommand)
 {
     this.gsmCommand = gsmCommand;
 }