添加 共赴宁波之春 报名网页
This commit is contained in:
@@ -39,6 +39,8 @@ namespace Ewide.Core.Util
|
||||
//除去.xml 后缀
|
||||
string className = file.Name.Remove(file.Name.Length - 4, 4);
|
||||
object obj = AppInfo(className);
|
||||
if (obj == null)
|
||||
continue;
|
||||
string XmlContext = StreamRead(file.FullName);
|
||||
//实例创建 出 类型集合
|
||||
var modelList = Activator.CreateInstance(typeof(List<>).MakeGenericType(new Type[] { obj.GetType() }));
|
||||
|
||||
Reference in New Issue
Block a user