imservicestatusreporteventhandler.cs

来自「该源代码用 C# 写成」· CS 代码 · 共 7 行

CS
7
字号
namespace Org.InteliIM.Configurations
{
	/// <summary>
	/// 即时通讯服务状态报告事件处理器
	/// </summary>
	public delegate void IMServiceStatusReportEventHandler(object sender, IMServiceStatusReportEventArgs e);
}

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?