Exemplo n.º 1
0
 private void CheckIfMillCrashed()
 {
     HorizontalRow.CheckIfMillCrashed();
     VerticalRow.CheckIfMillCrashed();
 }
Exemplo n.º 2
0
 public bool IsNewMill()
 {
     return(HorizontalRow.IsNewMill() || VerticalRow.IsNewMill());
 }