IAwgGasket.cs 152 B

1234567
  1. namespace InABox.Integration.Awg
  2. {
  3. public interface IAwgGasket : IIntegrationMaterial, IAwgBOMItem
  4. {
  5. double Length { get; set; }
  6. }
  7. }