7 lines
207 B
C#
7 lines
207 B
C#
namespace Toolkit.Foundation;
|
|
|
|
public interface IMicroControllerContext<TRead, TEvent> :
|
|
IMicroControllerContext
|
|
where TEvent : ISerialEventArgs<TRead>;
|
|
|
|
public interface IMicroControllerContext; |