Example #1
0
 public Screen(Heater heater)
 {
     heater.boil += ShowBoil;
 }
Example #2
0
 public Alertor(Heater heater)
 {
     heater.boil += AlertorWork;
 }