mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-13 12:37:07 +00:00
Progress on abstract base classes and interfaces
This commit is contained in:
parent
657b9f1f54
commit
f0299729e6
4 changed files with 11 additions and 7 deletions
|
|
@ -16,7 +16,7 @@ namespace PepperDash.Essentials.Core
|
|||
public interface IDeviceFactory
|
||||
{
|
||||
/// <summary>
|
||||
/// Loads all the types to the DeviceFactory
|
||||
/// Loads all the types to the Factory
|
||||
/// </summary>
|
||||
void LoadTypeFactories();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue