Example #1
0
 public AndroidBuilder()
 {
     this._cellphone = new Cellphone("Android");
 }
Example #2
0
 public IPhoneBuilder()
 {
     this._cellphone = new Cellphone("IPhone");
 }