Exemple #1
0
 protected void Dispose()
 {
     if (AvatarGroup != null)
     {
         AvatarGroup.RemoveAvatar(this);
     }
 }
Exemple #2
0
 public void Dispose()
 {
     AvatarGroup?.RemoveAvatar(this);
 }