C# Class Animatroller.Scenes.DemoScene1

Inheritance: Animatroller.Framework.BaseScene, ISceneRequiresDMXPro
显示文件 Open project: HakanL/animatroller

Public Methods

Method Description
DemoScene1 ( IEnumerable args ) : System
Run ( ) : void
Stop ( ) : void
WireUp ( Animatroller.Framework.Expander port ) : void

Method Details

DemoScene1() public method

public DemoScene1 ( IEnumerable args ) : System
args IEnumerable
return System

Run() public method

public Run ( ) : void
return void

Stop() public method

public Stop ( ) : void
return void

WireUp() public method

public WireUp ( Animatroller.Framework.Expander port ) : void
port Animatroller.Framework.Expander
return void