Esempio n. 1
0
 public void Delete()
 {
     _inner.Delete();
     PlanetDeleted?.Invoke(this, EventArgs.Empty);
 }