コード例 #1
0
ファイル: MobilePhone.cs プロジェクト: nchejara/DesignPattern
 public MobilePhone(GenericPhone phone, GenericSMS sms)
 {
     this.phone = phone;
     this.smsDevice = sms;
 }
コード例 #2
0
ファイル: MobilePhone.cs プロジェクト: nchejara/DesignPattern
 public MobilePhone(GenericPhone phone, GenericSMS sms)
 {
     this.phone     = phone;
     this.smsDevice = sms;
 }