Exemplo n.º 1
0
 internal Executer(TransferAsyncResult asyncResult, BaseCommand command)
 {
     this._asyncResult = asyncResult;
     this._command = command;
 }
Exemplo n.º 2
0
 internal Executer(TransferAsyncResult asyncResult, BaseCommand command)
 {
     this._asyncResult = asyncResult;
     this._command     = command;
 }