Exemplo n.º 1
0
 public OneVersion(PhoneType phoneType) : base(phoneType)
 {
 }
Exemplo n.º 2
0
 public TwoVersion(PhoneType phoneType) : base(phoneType)
 {
 }
Exemplo n.º 3
0
 /// <summary>
 /// 构造函数注入,实现化对象的初始化
 /// </summary>
 /// <param name="phoneType"></param>
 public Version(PhoneType phoneType)
 {
     this._phoneType = phoneType;
 }