예제 #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();
 }