示例#1
0
		public Module(Module parent, string name)
		{
		    this.parent = parent;
		    this.name = name;
		}