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

Stats() 공개 메소드

Prints statistical information regarding the contents of the TMS.
public Stats ( string path ) : void
path string The path of the TMS.
리턴 void
        public void Stats(string path)
        {
            Run(new WriteStatisticsOperation(path));
        }