IV6Group.cs 129 B

123456789
  1. using InABox.Integration.Awg;
  2. namespace InABox.Integration.V6
  3. {
  4. public interface IV6Group : IAwgGroup
  5. {
  6. }
  7. }