コード例 #1
0
ファイル: StoryTestFile.cs プロジェクト: marisaseal/fitsharp
 public StoryTestFile(string thePath, StoryTestFolder theFolder, FolderModel theFolderModel)
 {
     myPath = new StoryFileName(thePath);
     myFolder = theFolder;
     myFolderModel = theFolderModel;
 }
コード例 #2
0
 public StoryTestFile(string thePath, StoryTestFolder theFolder, FolderModel theFolderModel)
 {
     myPath        = new StoryFileName(thePath);
     myFolder      = theFolder;
     myFolderModel = theFolderModel;
 }