public void Charge(IAndroid android)
 {
     android.Charge();
 }
Example #2
0
 public void Charge()
 {
     _andoidPhone.Charge();
 }