Exemplo n.º 1
0
 private bool IsBowlFull()
 {
     return(m_bowl.IsFull());
 }