Пример #1
0
 public void Destroy()
 {
     _field.RemoveObject(this);
     Destroyed = true;
     Notify();
     ClearSubscriptions();
 }