Esempio n. 1
0
 public ContentDataPath(ContentPathType contentType, string referencePath, string absolutePath, string zipFilePath)
 {
     ContentType = contentType;
     ReferencePath = referencePath;
     AbsolutePath = absolutePath;
     ZipFilePath = zipFilePath;
 }
Esempio n. 2
0
 public ContentDataPath(ContentPathType contentType, string referencePath, string absolutePath, string zipFilePath)
 {
     ContentType   = contentType;
     ReferencePath = referencePath;
     AbsolutePath  = absolutePath;
     ZipFilePath   = zipFilePath;
 }