Example #1
0
 public void RemoveParts(ObjCell cell)
 {
     foreach (var part in Parts)
     {
         cell.RemovePart(part);
     }
 }