Beispiel #1
0
 public AmsSocketSync(AmsSocket amsSocket) : base(amsSocket)
 {
     this.amsSocket = amsSocket;
 }
Beispiel #2
0
 public AmsSocketAsync(AmsSocket amsSocket) : base(amsSocket)
 {
     this.amsSocket = amsSocket;
 }