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