예제 #1
0
 public DivingRobot(IPilot pilot, IDiving diving)
     : base(pilot)
 {
     this.diving = diving;
 }
예제 #2
0
 public DivingRobot(IDiving diving) : base(null)
 {
     this.diving = diving;
 }