示例#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();
 }