Beispiel #1
0
 public Account(string nNick,
                AccountMgr nAccountMgr)
 {
     mDeviceStatus =
         new Dictionary <uint, DeviceStatus>();
     mAccountMgr  = nAccountMgr;
     m_tRunLogin  = null;
     m_tRunLogout = null;
     mNick        = nNick;
     mId          = 0;
     mTicks       = 0;
 }
 public InitService()
 {
     m_tRunExit = null;
     m_tRunSave = null;
 }