From 39b7257db1dd709081b5066db0f2f319f39241f1 Mon Sep 17 00:00:00 2001 From: "allen.yan" Date: Fri, 1 Aug 2025 16:41:57 +0800 Subject: [PATCH] Program.cs --- Program.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Program.cs b/Program.cs index 0cfd615..f852673 100644 --- a/Program.cs +++ b/Program.cs @@ -13,11 +13,12 @@ namespace DualScreenDemo private static PrimaryForm primaryForm; // 儲存實例的參考 public static Room room = new Room(); + public static string verSion = "Server V2.6 202508011600"; [STAThread] static void Main() { - Console.WriteLine("Server V.1.2.6 202508011600"); + Console.WriteLine(verSion); if (Utils.Env.GetBool("IsCursor", true)) Cursor.Hide(); AppDomain.CurrentDomain.ProcessExit += (s, e) => Cursor.Show(); //Console.WriteLine("正在與中控取得聯繫...");