--- dao/DaoMqPump2/DaoCommon/DaoUtil.cs 2014/05/16 18:24:05 2166 +++ dao/DaoMqPump2/DaoCommon/DaoUtil.cs 2014/05/16 21:10:02 2169 @@ -7,12 +7,9 @@ public class DaoUtil { - public static string getNowString() - { - DateTime now = DateTime.Now; - return now.ToString("s"); - } + + /* no used any where used added here for reference/ just in case */ private void sendErrorMail(string sub, string msg) @@ -26,5 +23,9 @@ System.Net.Mail.SmtpClient smtp = new System.Net.Mail.SmtpClient("mail.dao.int"); smtp.Send(message); } + + + + } }