public virtual void On()
 {
     nextDevice.On();
 }
示例#2
0
 public virtual string On() => _decoratee.On();