Animatroller.Framework.LogicalDevice.Event.VideoCommandEventArgs.VideoCommandEventArgs C# (CSharp) Méthode

VideoCommandEventArgs() public méthode

public VideoCommandEventArgs ( Commands command, string videoFile ) : System
command Commands
videoFile string
Résultat System
        public VideoCommandEventArgs(Commands command, string videoFile)
        {
            this.Command = command;
            this.VideoFile = videoFile;
        }
VideoCommandEventArgs