Exemplo n.º 1
0
 protected virtual void RaiseEvent(object sender, EventArgs e)
 {
     StorageEvent?.Invoke(this, EventArgs.Empty);
 }