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