Initializes a new Stopwatch instance, sets the elapsed time property to zero, and starts measuring elapsed time.
A Stopwatch that has just begun measuring elapsed time.
This method is equivalent to calling the Stopwatch constructor and then calling Start()()()() on the new instance.