Esempio n. 1
0
 internal CFolderEntry(string path, ref CreateSTFS xCreate)
     : base(path, ref xCreate)
 {
 }
Esempio n. 2
0
 internal CItemEntry(string path, ref CreateSTFS xCreate)
 {
     xthispath = path;
     create    = xCreate;
 }
Esempio n. 3
0
 internal CFileEntry(string xFile, string path, ref CreateSTFS xCreate)
     : base(path, ref xCreate)
 {
     filelocale = xFile;
 }