Beispiel #1
0
 /// <summary>
 /// Method invoked by clicking on <see cref="ClanUserEntry._profileButton"/>.
 /// Shows <see cref="ProfilePanel"/> filled with <paramref name="user"/> data.
 /// </summary>
 private void OnUserShowProfile(IApiUser user)
 {
     _profilePopup.Show(user);
 }
 /// <summary>
 /// Invoked whenever user clicks <see cref="LeaderboardEntry._profile"/> button of a record.
 /// </summary>
 private void OnProfileClicked(string userId)
 {
     _profilePopup.Show(userId);
 }