namespace AsiaINFO.SMS.APPCMPP2.MyThread { using AsiaINFO.SMS.APPCMPP2; using System; using System.Runtime.CompilerServices; public delegate void MsgEventDelegate(string msg, MsgLevel level); }