Exemplo n.º 1
0
 private void CancelRadialChoose()
 {
     if (Parameter.userStudy == Parameter.UserStudy.Study2)
     {
         server.Send("Cancel", "");
     }
     chooseCandidate = false;
     lexicon.SetRadialMenuDisplay(false);
     textManager.CancelCandidate();
 }