RoomEditorApp.JtTimer.Restart C# (CSharp) Method

Restart() public method

Restart the measurement from scratch.
public Restart ( string what_are_we_testing_here ) : void
what_are_we_testing_here string
return void
        public void Restart( string what_are_we_testing_here )
        {
            _key = what_are_we_testing_here;
              _timer = Stopwatch.StartNew();
        }