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