摘要:
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 阅读全文