internal void ChainOpController( VolumeOperationController voc ) { voc.Chain( mOperation ); }
internal void ChainOpController(VolumeOperationController voc) { voc.Chain(mOperation); }
// 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 ); }