温馨提示:代码在线浏览功能只能做为源码浏览参考,如果想更进一步了解该代码请下载:漂亮无限级分类源代码(三层实现)
当前文件:
JohnTree/JohnTree.Library/Model/ConClassInfo.cs[1K,2009-6-12 11:45:43],打开代码结构图
JohnTree/JohnTree.Library/Model/ConClassInfo.cs[1K,2009-6-12 11:45:43],打开代码结构图1using System; 2
using System.Collections.Generic; 3
using System.Text; 4
5
namespace JohnTree.Library.Model 6
{ 7
[Serializable] 8
public class ConClassInfo 9
{ 10
Model Model 84
} 85
} 86





[Serializable]

}