Example #1
0
 public ApplePhone(IHeadPhone headphone)
 {
     this.iHeadphone = headphone;
 }
Example #2
0
 public AndroidPhone(AbstractPad pad, IHeadPhone phone)
 {
 }