Esempio n. 1
0
        public Results(Testtype tt)
        {
            DateTime dt = DateTime.Now;

            this._logfilepath += "Logfile_" + tt.ToString() + "_" + dt.TimeOfDay.ToString("hh\\-mm\\-ss\\,ff") + ".txt";
        }
Esempio n. 2
0
 public Results(Testtype tt)
 {
     DateTime dt = DateTime.Now;
     this._logfilepath = "Logfile_" + tt.ToString() + "_" + dt.TimeOfDay.ToString("hh\\-mm\\-ss\\,ff") + ".txt";
 }