コード例 #1
0
ファイル: LampOnCommand.java プロジェクト: cinari4/dailycode
 public void execute() {
   theLamp.turnOn();
 }