StoryTeller.ProcessLauncher.OpenFile C# (CSharp) Method

OpenFile() public static method

public static OpenFile ( string file ) : void
file string
return void
        public static void OpenFile(string file)
        {
            GotoUrl(file);
        }
    }
ProcessLauncher