Example #1
0
 private void DoReset()
 {
     ChartValues = null;
     Chart       = null;
     VotedUsers  = null;
     IsStarted   = false;
     _handler?.StopListining();
     _handler = null;
 }
Example #2
0
 private void StopVoting()
 {
     _handler.StopListining();
 }