This commit is contained in:
jasonchenwork 2025-05-13 15:19:19 +08:00
parent e39e61c167
commit 35a7b3f89b

View File

@ -85,6 +85,7 @@ namespace DualScreenDemo
public void Start()
{
// 啟動 TCP 監聽器
listener.Start();
Console.WriteLine("Server started on port " + Port + ".");