Files
elwig/Elwig/Helpers/Weighing/IEventScale.cs

9 lines
215 B
C#

namespace Elwig.Helpers.Weighing {
/// <summary>
/// Interface for controlling a a scale which automatically sends weighing updates
/// </summary>
public interface IEventScale : IScale {
}
}