public ProfileObject(int capacity) { m_UserMacros = new Macros(capacity); m_UserMacros.MacroUpdatedEvent += new MacroUpdated(MacrosUpdated); }