IV6Component.cs 140 B

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