Exemple #1
0
 public StoryTestFile(string thePath, StoryTestFolder theFolder, FolderModel theFolderModel)
 {
     myPath = new StoryFileName(thePath);
     myFolder = theFolder;
     myFolderModel = theFolderModel;
 }
Exemple #2
0
 public StoryTestFile(string thePath, StoryTestFolder theFolder, FolderModel theFolderModel)
 {
     myPath        = new StoryFileName(thePath);
     myFolder      = theFolder;
     myFolderModel = theFolderModel;
 }