Exemple #1
0
 public ComponentDescriptionMetadata()
 {
     GUID    = Guid.Empty;
     Version = new System.Version(1, 0);
     Author  = "Unknown";
     AdditionalInformation = "";
     Type           = "Binary (*.cdcom)";
     Location       = LocationType.None;
     Configurations = new List <ComponentConfiguration>();
     Signature      = new SignatureStatus();
 }
 public ComponentDescriptionMetadata()
 {
     GUID = Guid.Empty;
     Version = new System.Version(1, 0);
     Author = "Unknown";
     AdditionalInformation = "";
     Type = "Binary (*.cdcom)";
     Location = LocationType.None;
     Configurations = new List<ComponentConfiguration>();
     Signature = new SignatureStatus();
 }