MarsRover.WatchDogCore.WatchDogCore C# (CSharp) Method

WatchDogCore() public method

public WatchDogCore ( ) : System
return System
        public WatchDogCore()
        {
            _stopwatch = new Stopwatch();
            _stopwatch.Start();
        }