internal void ChainOpController( VolumeOperationController voc )
 {
     voc.Chain( mOperation );
 }
 internal void ChainOpController(VolumeOperationController voc)
 {
     voc.Chain(mOperation);
 }
Exemplo n.º 3
0
 // Any 'chained' VOCs when the cancel, this will also cancel
 public void Chain(VolumeOperationController otherOpController)
 {
     mChained.Add(otherOpController);
 }
 // Any 'chained' VOCs when the cancel, this will also cancel
 public void Chain( VolumeOperationController otherOpController )
 {
     mChained.Add( otherOpController );
 }