Esempio n. 1
0
 public SimCorpMobile()
 {
     this.vFourthGen     = new FourthGen();
     this.vCasioBattery  = new CasioBattery();
     this.vHiFiDynamic   = new HiFiDynamic();
     this.vTouchKeyboard = new TouchKeyboard();
     this.vBlueYeti      = new BlueYeti();
     this.vMultiTouch    = new MultiTouch();
     this.vNewSimCard    = new NewSimCard();
 }
Esempio n. 2
0
 public SimCorpMobile(bool isTaskForMessages = false)
 {
     SMSProvider = isTaskForMessages
         ? (SMSProvider) new SMSTask()
         : new SMSThread();
     this.vFourthGen     = new FourthGen();
     this.vCasioBattery  = new CasioBattery();
     this.vHiFiDynamic   = new HiFiDynamic();
     this.vTouchKeyboard = new TouchKeyboard();
     this.vBlueYeti      = new BlueYeti();
     this.vMultiTouch    = new MultiTouch();
     this.vNewSimCard    = new NewSimCard();
 }