コード例 #1
0
 public CookRobotDecorator(BaseRobot robot) : base(robot)
 {
 }
コード例 #2
0
 public EmailRobotDecorator(BaseRobot robot) : base(robot)
 {
 }
コード例 #3
0
 public CleanRobotDecorator(BaseRobot robot) : base(robot)
 {
 }