C# Class Animatroller.Framework.Import.SimpleDimmerEvent

Inheritance: BaseImporter.ISimpleInvokeEvent
Show file Open project: HakanL/animatroller Class Usage Examples

Public Methods

Method Description
Invoke ( ) : void
SimpleDimmerEvent ( IEnumerable devices, double brightness ) : System

Method Details

Invoke() public method

public Invoke ( ) : void
return void

SimpleDimmerEvent() public method

public SimpleDimmerEvent ( IEnumerable devices, double brightness ) : System
devices IEnumerable
brightness double
return System