資源簡介
代碼片段和文件信息
using?System;
using?System.Diagnostics;
using?System.IO;
using?System.Threading;
using?System.Windows.Forms;
using?xClient.Config;
using?xClient.Core.Commands;
using?xClient.Core.Cryptography;
using?xClient.Core.Data;
using?xClient.Core.Helper;
using?xClient.Core.Installation;
using?xClient.Core.Networking;
using?xClient.Core.Utilities;
namespace?xClient
{
????internal?static?class?Program
????{
????????public?static?QuasarClient?ConnectClient;
????????private?static?ApplicationContext?_msgLoop;
????????[STAThread]
????????private?static?void?Main(string[]?args)
????????{
????????????Application.EnableVisualstyles();
????????????Application.SetCompatibleTextRenderingDefault(false);
????????????AppDomain.CurrentDomain.UnhandledException?+=?HandleUnhandledExceptio
評(píng)論
共有 條評(píng)論