mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-01-28 03:45:01 +00:00
9 lines
235 B
C#
9 lines
235 B
C#
namespace PepperDash.Essentials.Core
|
|
{
|
|
/// <summary>
|
|
/// Defines an IRoutingNumeric with a feedback event
|
|
/// </summary>
|
|
public interface IRoutingNumericWithFeedback : IRoutingNumeric, IRoutingFeedback
|
|
{
|
|
}
|
|
} |