Exemplo n.º 1
0
 public StoryTestFile(string thePath, StoryTestFolder theFolder, FolderModel theFolderModel)
 {
     myPath = new StoryFileName(thePath);
     myFolder = theFolder;
     myFolderModel = theFolderModel;
 }
Exemplo n.º 2
0
 public StoryTestFile(string thePath, StoryTestFolder theFolder, FolderModel theFolderModel)
 {
     myPath        = new StoryFileName(thePath);
     myFolder      = theFolder;
     myFolderModel = theFolderModel;
 }