示例#1
0
文件: QAItem.cs 项目: EXHALE97/GIT-VS
 /// <summary>
 ///     Gets parent UIItem of child UIItem
 /// </summary>
 /// <param name="child">Child UIItem</param>
 /// <returns>Parent UIItem</returns>
 protected static T GetParentUIItem(UIItem child)
 {
     return(child.GetParent <T>());
 }