Esempio n. 1
0
 public MessengerCategory()
 {
     _habboFriends = new BluedotDictionary<int, Habbo>(_habboLazyLoadingBehavour, weakReference: _habboWeakReferenceBehaviour);
     _otherFriends = new HashSet<IBefriendable>();
 }
Esempio n. 2
0
 public MessengerCategory()
 {
     _habboFriends = new BluedotDictionary <int, Habbo>(_habboLazyLoadingBehavour, weakReference: _habboWeakReferenceBehaviour);
     _otherFriends = new HashSet <IBefriendable>();
 }