Ejemplo n.º 1
0
 public void NominateChancellor(int chancId)
 {
     try
     {
         if (CurrentRound != null)
         {
             CurrentRound.NominateChancellor(chancId);
         }
     }
     catch (Exception ex)
     {
         Console.WriteLine("CanNominateChancellor.ex: " + ex.Message);
     }
 }