Animatroller.Framework.Expander.MidiInput2.Start C# (CSharp) Method

Start() public method

public Start ( ) : void
return void
        public void Start()
        {
            if (this.inputDevice != null)
                this.inputDevice.StartRecording();
        }