コード例 #1
0
ファイル: Mediator.cs プロジェクト: kcitwm/dova
 public Mediator(SocketAsyncEventArgs e)
 {
     
     this.saeaObject = e;
     this.theIncomingDataPreparer = new IncomingDataPreparer(saeaObject);
     this.theOutgoingDataPreparer = new OutgoingDataPreparer();            
 }
コード例 #2
0
 public Mediator(SocketAsyncEventArgs e)
 {
     this.saeaObject = e;
     this.theIncomingDataPreparer = new IncomingDataPreparer(saeaObject);
     this.theOutgoingDataPreparer = new OutgoingDataPreparer();
 }