示例#1
0
 public bool PitcherCheck()
 {
     if (pitcher.CupsInPitcher() == 0)
     {
         return(true);
     }
     else
     {
         return(false);
     }
 }