示例#1
0
 public Piece FindParts(string partsName)
 {
     return(CurrentStage.FindPart(partsName));
 }