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