added system controller factory method
This commit is contained in:
parent
08b4879526
commit
087242dd58
@ -0,0 +1,12 @@
|
|||||||
|
using Interfaces;
|
||||||
|
|
||||||
|
namespace IrDaemonNotifier
|
||||||
|
{
|
||||||
|
public class IrDaemonControllerProviderFactory : ISystemControlProviderFactory
|
||||||
|
{
|
||||||
|
public ISystemControl GetProvider()
|
||||||
|
{
|
||||||
|
return new IrDaemonController();
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue
Block a user