예제 #1
0
파일: Voting.cs 프로젝트: fredyfx/Aiva
 private void DoReset()
 {
     ChartValues = null;
     Chart       = null;
     VotedUsers  = null;
     IsStarted   = false;
     _handler?.StopListining();
     _handler = null;
 }
예제 #2
0
파일: Voting.cs 프로젝트: fredyfx/Aiva
 private void StopVoting()
 {
     _handler.StopListining();
 }