Пример #1
0
        public Profile GetUserProfile(uint userId)
        {
            Profile profile = new Profile();

            errorHandler(EdkDll.EE_GetUserProfile(userId, profile.GetHandle()));
            return(profile);
        }