Exemplo n.º 1
0
 private void NotifyEventGenerated(TGeneratedEvent e) =>
 EventGenerated?.Invoke(this, new EventGeneratedEventArgs <TGeneratedEvent>(e));
Exemplo n.º 2
0
 public void AddListener(EventGenerated call)
 {
     OnEventGenerated += call;
 }
Exemplo n.º 3
0
	public void AddListener(EventGenerated call) {
		OnEventGenerated += call;
	}