Justin 1 年之前
父節點
當前提交
50e42c3e38
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      StationProbe/Counter.cs

+ 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)