예제 #1
0
 public SweepStakes()
 { 
     nameList = new List<int>(Contestants.Keys);
     name = UserInterface.GetSweepStake();
 }