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

Fixup() public method

Fixup the TMS by filtering out translated messages and replaying the session.
public Fixup ( string path ) : void
path string The path of the TMS.
return void
        public void Fixup(string path)
        {
            Run(new FixupOperation(path));
        }