摘要:
一、查找某种类型的子控件,并返回一个List集合public List GetChildObjects(DependencyObject obj, Type typename) where T : FrameworkElement { DependencyObject child = null; List childList = new List();for (int i = 0; i (child,typename)); }return childList; }调用:List listButtons... 阅读全文
摘要:
1.This moment will nap, you will have a dream; But this moment study,you will interpret a dream. 此刻打盹,你将做梦;而此刻学习,你将圆梦。 2.I leave uncultivated today,was precisely yesterday perishes tomorr-ow which person of the body implored. 我荒废的今日,正是昨日殒身之人祈求的明日。 3.Thought is already is late, exactly is the ear... 阅读全文