Add project files.
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
using TheXamlGuy.Framework.Core;
|
||||
|
||||
namespace TheXamlGuy.Framework.Microcontroller;
|
||||
|
||||
public interface IMicrocontrollerContext : IInitializer
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
public interface IMicrocontrollerContext<TRead, TModuleDeserializer> : IMicrocontrollerContext where TModuleDeserializer : IMicrocontrollerModuleDeserializer<TRead>, new()
|
||||
{
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user