Ejemplo n.º 1
0
 public void OnVotingCreate(VotingEventArgs e)
 {
     VotingCreated?.Invoke(this, e);
 }
Ejemplo n.º 2
0
 public void OnVotingExpiringSoon(VotingEventArgs e)
 {
     VotingExpiringSoon?.Invoke(this, e);
 }
Ejemplo n.º 3
0
 public void OnVotingClose(VotingEventArgs e)
 {
     VotingClosed?.Invoke(this, e);
 }