Exemple #1
0
 private void InitListeners()
 {
     initialCenterCircleView.SetStateListener(this);
     rightCircleView.SetStateListener(this);
     sideArcsView.SetStateListener(this);
     topCircleBorderView.SetStateListener(this);
     mainCircleView.SetStateListener(this);
     finishedOkView.SetStateListener(this);
     finishedFailureView.SetStateListener(this);
 }