예제 #1
0
        private static void CheckForARunningTimer()
        {
            var te = tb.GetRunningTimer();

            if (te != null)
            {
                clt($"Current running timer is {te.description}. Duration {tb.CurrentTimerDuration()}");
                aTimerIsRunning = true;
            }
        }