示例#1
0
 private static bool IsSizeTrue(IStorageComponent backUp, long clearSize)
 {
     return(backUp.Size() > clearSize);
 }