Наша сборка Qt VS Tools
giy
2022-09-02 ca47896204482bf4a6979e3838bf7f09f61cebeb
QtVsTools.Package/Common/ConcurrentStopwatch.cs
@@ -33,7 +33,7 @@
{
    public class ConcurrentStopwatch : Concurrent<ConcurrentStopwatch>
    {
        Stopwatch Stopwatch { get; set; }
        Stopwatch Stopwatch { get; }
        public ConcurrentStopwatch()
        {