Exemplo n.º 1
0
 public BasicLTILinkType()
 {
     this._vendor      = new VendorType();
     this._secure_icon = new IconType();
     this._icon        = new IconType();
     this._extensions  = new List <PlatformPropertySetType>();
     this._custom      = new List <PropertyType>();
 }
Exemplo n.º 2
0
 public ToolLocatorType()
 {
     this._tool_info = new ProductInfoType();
     this._vendor    = new VendorType();
 }