コード例 #1
0
ファイル: RemoteControl.cs プロジェクト: OrangecatQAQ/Store
 public virtual void SetChannel()
 {
     _tv.TuneChannel();
 }
コード例 #2
0
 public virtual void SetChannel()
 {
     implementor.TuneChannel();
 }