Esempio n. 1
0
 protected ImportAttribute(ImportManageType manageType) : this(null, manageType)
 {
 }
Esempio n. 2
0
 protected ImportAttribute(string name, ImportManageType manageType)
 {
     Name       = name;
     ManageType = manageType;
 }