Esempio n. 1
0
 public Msg_Log_Ruby(string strConn, long accid, int amount, eProtocolType eProtocolType)
 {
     m_strConn = strConn;
     m_log     = new rdRubyLog
     {
         AccId  = accid,
         Type   = eProtocolType,
         Time   = fmServerTime.Now,
         Amount = amount,
     };
 }
Esempio n. 2
0
 public override void Release()
 {
     i_rdLog = null;
 }
Esempio n. 3
0
 protected override void Release()
 {
     m_log = null;
 }