コード例 #1
0
ファイル: S_Console.cs プロジェクト: xFuRiiOuS/OrionPlusSharp
        public static void Main()
        {
            threadConsole = new Thread(new ThreadStart(ConsoleThread));
            threadConsole.Start();

            // Spin up the server on the main thread
            S_General.InitServer();
        }