Implement IOC for plugin registration.

This commit is contained in:
2018-07-20 22:53:46 +01:00
parent 89b7ce42b3
commit b57e6bdb34
3 changed files with 166 additions and 87 deletions

View File

@@ -68,6 +68,7 @@
<Compile Include="Interfaces\IFloppyImage.cs" />
<Compile Include="Interfaces\IMediaImage.cs" />
<Compile Include="Interfaces\IPartition.cs" />
<Compile Include="Interfaces\IPluginRegister.cs" />
<Compile Include="Interfaces\IReadOnlyFilesystem.cs" />
<Compile Include="Interfaces\IWritableFloppyImage.cs" />
<Compile Include="Interfaces\IWritableImage.cs" />