コード例 #1
0
 public override bool IsComplete()
 {
     // our DoWork() is empty, so we just rely on the completeness of the underlying ROIs that we use
     return(mMainROI.IsComplete() && mHoleROI.IsComplete());
 }
コード例 #2
0
 public override bool IsComplete()
 {
     // our DoWork() is empty, so we just rely on the completeness of the underlying objects that we use
     return(mMainROI.IsComplete() && mColorException.IsComplete());
 }