Animatroller.SceneRunner.TestMidi1.TestMidi1 C# (CSharp) Метод

TestMidi1() публичный Метод

public TestMidi1 ( IEnumerable args ) : System
args IEnumerable
Результат System
        public TestMidi1(IEnumerable<string> args)
        {
            buttonTest1 = new DigitalInput("Test 1");
            testLight1 = new ColorDimmer("Test 1");
            testInput1 = new AnalogInput("Test 1");
            inputH = new AnalogInput("Hue", true);
            inputS = new AnalogInput("Saturation", true);
            inputV = new AnalogInput("Value", true);
        }