Пример #1
0
 public void Breath()
 {
     Breather.Breath();
 }
 public BreatherAction(Breather breather)
 {
     this.breather = breather;
 }