09 2011 档案

摘要: object o = this.GetType().GetField(name, System.Reflection.BindingFlags.NonPublic | System.Reflection.BindingFlags.Instance | System.Reflection.BindingFlags.IgnoreCase).GetValue(this); return ((Control)o);阅读全文
posted @ 2011-09-22 20:23 MyFavorite 阅读(42) | 评论 (0) 编辑