Ejemplo n.º 1
0
 private void UnloadCarriedWood(Sawmill s)
 {
     s.AddWood(woodCarried);
     woodCarried = 0;
 }