IV6Gasket.cs 134 B

12345678
  1. using InABox.Integration.Awg;
  2. namespace InABox.Integration.V6
  3. {
  4. public interface IV6Gasket : IV6BOMItem, IAwgGasket
  5. {
  6. }
  7. }