threadexceptioneventhandler.cs.svn-base
来自「这是一个windows mobile程序能够实现窗体运货效果非常不错」· SVN-BASE 代码 · 共 10 行
SVN-BASE
10 行
using System;
namespace System.Threading
{
// Summary:
// Represents the method that will handle the System.Windows.Forms.Application.ThreadException
// event of an System.Windows.Forms.Application.
public delegate void ThreadExceptionEventHandler(object sender, ThreadExceptionEventArgs e);
}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?