IFadeCam.cs 75 B

123456
  1. using System;
  2. public interface IFadeCam
  3. {
  4. float Range { get; set; }
  5. }