예제 #1
0
 private bool IsBowlFull()
 {
     return(m_bowl.IsFull());
 }