https://www.cnblogs.com/YYkun/p/8952924.html
using System;
using System.Configuration;
using System.Text;
using System.Windows.Forms;
using ZB.QueueSys.Common;
namespace ZB.QueueSys
{
static class Program
{
/// <summary>
/// 应用程序的主入口点。
/// </summary>
[STAThread]
static void Main()
{
Application.SetUnhandledExceptionMode(UnhandledExceptionMode.CatchException);
//处理UI线程异常
Application.ThreadException += new
最低0.47元/天 解锁文章
463

被折叠的 条评论
为什么被折叠?



