Files
mROA/mROA/Abstract/IEventBinder.cs
T

8 lines
230 B
C#

namespace mROA.Abstract
{
public interface IEventBinder<T>
{
public void BindEvents(T source, IEndPointContext context,
IRepresentationModuleProducer representationModuleProducer, int index);
}
}