Justin 1 жил өмнө
parent
commit
50e42c3e38

+ 1 - 0
StationProbe/Counter.cs

@@ -19,6 +19,7 @@ namespace StationProbe
             _timer = new Timer(TimerCallback);
             _timer.Change(0, 1000);
             _startTime = DateTime.Now;
+            Logger.WriteLine("Counter started.");
         }
 
         private static void TimerCallback(object? stateInfo)