| | |
| | | {//换热器 |
| | | list.AddRange(this.Exchangers); |
| | | } |
| | | if (this.Compressors != null && this.Compressors.Count > 0) |
| | | {//空压机 |
| | | list.AddRange(this.Compressors); |
| | | } |
| | | if (this.Pumps != null && this.Pumps.Count > 0) |
| | | {//水泵 |
| | | list.AddRange(this.Pumps); |
| | |
| | | if (this.Exchangers != null && this.Exchangers.Count > 0) |
| | | {//换热器 |
| | | list.AddRange(this.Exchangers); |
| | | } |
| | | if (this.Compressors != null && this.Compressors.Count > 0) |
| | | {//空压机 |
| | | list.AddRange(this.Compressors); |
| | | } |
| | | if (this.Pumps != null && this.Pumps.Count > 0) |
| | | {//水泵 |
| | |
| | | {//换热器 |
| | | list.AddRange(this.Exchangers); |
| | | } |
| | | if (this.Compressors != null && this.Compressors.Count > 0) |
| | | {//空压机 |
| | | list.AddRange(this.Compressors); |
| | | } |
| | | if (this.Pumps != null && this.Pumps.Count > 0) |
| | | {//水泵 |
| | | list.AddRange(this.Pumps); |
| | |
| | | {//过渡件 |
| | | list.AddRange(this.Translations); |
| | | } |
| | | if (this.Compressors != null && this.Compressors.Count > 0) |
| | | {//空压机 |
| | | list.AddRange(this.Compressors); |
| | | } |
| | | if (this.Exchangers != null && this.Exchangers.Count > 0) |
| | | {//换热器 |
| | | list.AddRange(this.Exchangers); |