AK.F1.Timing.Utility.Tms.Program.Fixup C# (CSharp) 메소드

Fixup() 공개 메소드

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