Пример #1
0
 internal CFolderEntry(string path, ref CreateSTFS xCreate)
     : base(path, ref xCreate)
 {
 }
Пример #2
0
 internal CItemEntry(string path, ref CreateSTFS xCreate)
 {
     xthispath = path;
     create    = xCreate;
 }
Пример #3
0
 internal CFileEntry(string xFile, string path, ref CreateSTFS xCreate)
     : base(path, ref xCreate)
 {
     filelocale = xFile;
 }