MediaConvertGUI.MediaInfo.PlayInShell C# (CSharp) Method

PlayInShell() public method

public PlayInShell ( ) : void
return void
        public void PlayInShell()
        {
            if (File.Exists(FileName))
            {
                SupportMethods.ExecuteInShell("\"" + FileName + "\"");
            }
        }