9 lines
141 B
C#
9 lines
141 B
C#
namespace MxGateway.Worker.MxAccess;
|
|
|
|
public interface IMxAccessEventSink
|
|
{
|
|
void Attach(object mxAccessComObject);
|
|
|
|
void Detach();
|
|
}
|