Animatroller.Framework.LogicalDevice.Event.AudioCommandEventArgs.AudioCommandEventArgs C# (CSharp) Method

AudioCommandEventArgs() public method

public AudioCommandEventArgs ( Commands command ) : System
command Commands
return System
        public AudioCommandEventArgs(Commands command)
        {
            this.Command = command;
        }
AudioCommandEventArgs