公告板
版本库
filestore
活动
搜索
登录
main
/
HDLCloudMonitor
监控程序
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
第一个版本
hxb
2020-09-23
2921da3e4ba99f0df28a172d47daa69e375431bc
[HDLCloudMonitor.git]
/
HDLCloudMonitorSupportCtrlOldUdpGate
/
NotifyService.cs
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
namespace HDLCloudMonitorSupportCtrlOldUdpGate
{
public class NotifyService
{
public static void SendNotify(string content)
{
//发送邮件
//发送短信
}
}
}