8 lines
230 B
C#
8 lines
230 B
C#
namespace mROA.Abstract
|
|
{
|
|
public interface IEventBinder<T>
|
|
{
|
|
public void BindEvents(T source, IEndPointContext context,
|
|
IRepresentationModuleProducer representationModuleProducer, int index);
|
|
}
|
|
} |