摘要: using System;using System.Collections.Generic;using System.Collections;using System.Text;namespace SourceManagement{ class TheDirectory { public TheDirectory(string path,string name,int level,TheDirectory parentDir) { this.Path = path; this.Name = name; this.level = level; this.ParentDirectory = par 阅读全文
posted @ 2011-07-25 13:06 brainmao 阅读(2699) 评论(0) 推荐(0) 编辑