示例#1
0
 public bool DeleteMaterial(QCMaterial Material)
 {
     return(proxy.DeleleMaterial(Material));
 }