Esempio n. 1
0
 public void SetDonor(BloodDonor donor)
 {
     _donor = donor;
     _donor.DesableWaintingFill();
     Begin();
 }