コード例 #1
0
ファイル: GroupHookup.cs プロジェクト: bbriggs/FieldWorks
		internal void InsertChildHookup(IHookup child, int insertAt)
		{
			Children.Insert(insertAt, child);
			((IHookupInternal)child).SetParentHookup(this);
		}
コード例 #2
0
 internal void InsertChildHookup(IHookup child, int insertAt)
 {
     Children.Insert(insertAt, child);
     ((IHookupInternal)child).SetParentHookup(this);
 }