IAwgElevation.cs 132 B

123456789
  1. using System;
  2. namespace InABox.Integration.Awg
  3. {
  4. public interface IAwgElevation
  5. {
  6. string Name { get; set; }
  7. }
  8. }