AK.F1.Timing.Utility.Tms.Program.Dump C# (CSharp) Method

Dump() public method

Prints the contents of the TMS to the standard out.
public Dump ( string path ) : void
path string The path of the TMS.
return void
        public void Dump(string path)
        {
            Run(new DumpOperation(path));
        }