Beispiel #1
0
 public MEIZU(MobilePhoneApp app)
     : base(app)
 {
 }
Beispiel #2
0
 public IPhone(MobilePhoneApp app)
     : base(app)
 {
 }
Beispiel #3
0
 public MobilePhone(MobilePhoneApp app)
 {
     this.app = app;
 }