public class MobileProperty:IMobilePhoneProperty
get{ throw new NotImplementedException();}
set{ throw new NotImplementedException();}
get{ throw new NotImplementedException();}
set{ throw new NotImplementedException();}
get{ throw new NotImplementedException();}
set{throw new NotImplementedException();}
get{throw new NotImplementedException();}
set{throw new NotImplementedException();}
get{throw new NotImplementedException();}
set{throw new NotImplementedException();}
public class MobileFunction:IMobilePhoneFunction
public void Charging(ElectricSource oElectricsource)
throw new NotImplementedException();
throw new NotImplementedException();
throw new NotImplementedException();
public void SurfInternet()
throw new NotImplementedException();
throw new NotImplementedException();
public class HuaweiMobile
private IMobilePhoneProperty m_Property;
private IMobilePhoneFunction m_Func;
public HuaweiMobile(IMobilePhoneProperty oProperty, IMobilePhoneFunction oFunc)