Example #1
0
 public int HowManyDays()
 {
     DaysPlaying = UserInterface.DaysPlaying();
     return(DaysPlaying);
 }