コード例 #1
0
ファイル: Example.cs プロジェクト: ak-git1/PatternsExamples
 public TVOnCommand(Tv tvSet)
 {
     _tv = tvSet;
 }