示例#1
0
 public MobilePhone(GenericPhone phone, GenericSMS sms)
 {
     this.phone = phone;
     this.smsDevice = sms;
 }
示例#2
0
 public MobilePhone(GenericPhone phone, GenericSMS sms)
 {
     this.phone     = phone;
     this.smsDevice = sms;
 }