blackcore

本质的东西,深植于骨骼,扎根于灵魂! 淘实惠,各类电子版书籍

导航

2011年11月24日 #

如何只保留一个应用程序实例

摘要: 直接贴代码,简单不用说明: static class Program { ///<summary> /// The main entry point for the application. ///</summary> [STAThread] static void Main() { try { Application.SetUnhandledExceptionMode(UnhandledExceptionMode.Catch... 阅读全文

posted @ 2011-11-24 00:36 blackcore 阅读(253) 评论(0) 推荐(0) 编辑