摘要:
Sub AutoCreatePropertysControls()Sub AutoCreatePropertysControls(ByVal obj As Object) Dim p As PropertyInfo() = obj.GetType.GetProperties() For Each pi In p ... 阅读全文
posted @ 2008-06-09 13:47 Ext.Net 阅读(458) 评论(0) 推荐(0)
|
||
|
摘要:
Sub AutoCreatePropertysControls()Sub AutoCreatePropertysControls(ByVal obj As Object) Dim p As PropertyInfo() = obj.GetType.GetProperties() For Each pi In p ... 阅读全文
posted @ 2008-06-09 13:47 Ext.Net 阅读(458) 评论(0) 推荐(0)
摘要:
using System.Runtime.InteropServices; public static int Int(ref HttpContext c, string ParName,[Optional, DefaultParameterValue(false)] bool IsPostAction) { } 阅读全文
posted @ 2008-06-09 13:34 Ext.Net 阅读(687) 评论(0) 推荐(0) |
||