Exemplo n.º 1
0
 private void ChangeStatus(StatusBase next)
 {
     _status = next;
     _status.OnBeforeChangeStatus();
 }