發布時間:2017-12-13 08:33 作者:獨孤劍 閱讀:2338
using System; using System.Windows.Forms; using System.Threading; namespace Test { static class Program { /// <summary> /// The main entry point for the application. /// </summary> [STAThread] static void Main() { bool result; Application.EnableVisualStyles(); Mutex m = new Mutex(true, Application.ProductName, out result); if (result) { Application.SetCompatibleTextRenderingDefault(false); Application.Run(new MainFrom()); } } } }
微信打賞, 微信掃一掃
支付寶打賞, 支付寶掃一掃
如果文章對您有幫助,歡迎給作者打賞