Animatroller.Framework.LogicalDevice.Event.VideoCommandEventArgs.VideoCommandEventArgs C# (CSharp) Метод

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

public VideoCommandEventArgs ( Commands command, string videoFile ) : System
command Commands
videoFile string
Результат System
        public VideoCommandEventArgs(Commands command, string videoFile)
        {
            this.Command = command;
            this.VideoFile = videoFile;
        }
VideoCommandEventArgs