Example #1
0
 public WindowsPhoneBuilder()
 {
     phone = new MobilePhone("Window Phone");
 }
Example #2
0
 public AndroidPhoneBuilder()
 {
     phone = new MobilePhone("Android Phone");
 }