IAwgStage.cs 110 B

123456789
  1. namespace InABox.Integration.Awg
  2. {
  3. public interface IAwgStage : IIntegrationStage
  4. {
  5. }
  6. }