Example #1
0
 private bool DoFlush(PackagePart p)
 {
     p.Flush();
     return true;
 }