Example #1
0
 public bool CanContinue()
 {
     return(!mWrapper.IsFull() && mWrapper.Proportion(mMissCount) < mMissProportion);
 }