コード例 #1
0
ファイル: FileSystem.cs プロジェクト: WSU-HELPLAB/OSBIDE
        public CourseFilePath Course(Course course)
        {
            CourseFilePath cfp = new CourseFilePath(this, course.Id);

            return(cfp);
        }
コード例 #2
0
ファイル: FileSystem.cs プロジェクト: WSU-HELPLAB/OSBIDE
        public CourseFilePath Course(int id)
        {
            CourseFilePath cfp = new CourseFilePath(this, id);

            return(cfp);
        }