Program.cs

This commit is contained in:
allen.yan 2025-08-01 16:41:57 +08:00
parent cfc9a1af9e
commit 39b7257db1

View File

@ -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("正在與中控取得聯繫...");