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