wzp
2021-07-30 afda40ef498cca59e58b2b6869deae90f3c13de5
1
2
3
4
5
6
7
8
namespace AsiaINFO.SMS.APPCMPP2.MyThread
{
    using AsiaINFO.SMS.APPCMPP2;
    using System;
    using System.Runtime.CompilerServices;
 
    public delegate void MsgEventDelegate(string msg, MsgLevel level);
}